1 Commits

Author SHA1 Message Date
e25f5263b6 Update src/app/page.tsx 2026-05-01 10:13:22 +00:00

View File

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