Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
josum06 committed May 26, 2024
1 parent 8c0ef03 commit 64d3af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h1 data-aos="fade-in">Find Your Perfect Getaway<br />Discover the World's Best
</p>
<div class="action__btns">
<a href="pricing/index.html"><button class="btn" data-aos="fade-in" id="btn-style" style="box-shadow: 2px 2px 8px red;">Membership</button></a>
<button class="btn" data-aos="fade-in" id="btn-style" onclick="planTrip()" style="box-shadow: 2px 2px 8px red;">Plan a Trip</button>
<a href="newplantrip.html"><button class="btn" data-aos="fade-in" id="btn-style" style="box-shadow: 2px 2px 8px red;">Plan a Trip</button></a>
<a href="./payment.html"><button class="btn" data-aos="fade-in" id="btn-style" style="box-shadow: 2px 2px 8px red;">Book Now</button></a>
</div>

Expand Down

0 comments on commit 64d3af2

Please sign in to comment.