Skip to content

Commit

Permalink
Merge pull request #45 from TartejBrothers/Updates
Browse files Browse the repository at this point in the history
Updated: Links
  • Loading branch information
TartejBrothers committed May 30, 2024
2 parents f0b0308 + c2a01e2 commit a8dfc73
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/components/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ export default function Home() {
<li>Reviews</li>
<li>About</li>
<li>
<button className="contactbtn">Contact</button>
<a href="https://calendly.com/advalstudios" target="blank">
<button className="contactbtn">Contact</button>
</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -83,7 +85,9 @@ export default function Home() {
</li>
<li>
<img src={info} alt="Navigation Items" />
About
<a href="https://calendly.com/advalstudios" target="blank">
Contact
</a>
</li>
</ul>
</div>
Expand All @@ -104,7 +108,9 @@ export default function Home() {
More than an agency, we are your partner in success, every step of
the way anytime, anywhere
</p>
<button className="homecenterbutton">Free Consultation</button>
<a href="https://calendly.com/advalstudios" target="blank">
<button className="homecenterbutton">Free Consultation</button>
</a>
<div className="homebottommobile">
<button className="homebutton1">Our Portfolio</button>
</div>
Expand Down

0 comments on commit a8dfc73

Please sign in to comment.