diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e38a70..8de7289 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Book a Visit", href: "#contact"}, { - text: "Check Availability", href: "#rooms"}, + text: "View Rooms", href: "#rooms"}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-black-evening-dress-with-glass-wine-tropical-balcony_343596-3760.jpg" mediaAnimation="slide-up" @@ -223,6 +223,8 @@ export default function LandingPage() { buttons={[ { text: "Call +91 99999 99999", href: "tel:+919999999999"}, + { + text: "WhatsApp Inquiry", href: "https://wa.me/919999999999"}, ]} />