Update src/app/page.tsx

This commit is contained in:
2026-05-01 10:15:39 +00:00
parent 3b34f08395
commit 7f6ad178ed

View File

@@ -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"},
]}
/>
</div>