From e53346a8a08708532d7e9b755fa7daf3b5c42b80 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:30:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3646401..353f784 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { ]} button={{ text: "Book Now", href: "contact" }} animateOnLoad={true} + contactNumber="+91 1234566790" /> @@ -175,10 +176,10 @@ export default function LandingPage() { tag="Get in Touch" tagIcon={Phone} title="Ready to Reserve Your Stay?" - description="Contact us today to book your luxurious stay at J.P. Palace or inquire about our event venue services. We're here to make your experience unforgettable. / आज ही अपना आरक्षण करें और विलासिता का अनुभव लें।" + description="Contact us today to book your luxurious stay at J.P. Palace or inquire about our event venue services. We're here to make your experience unforgettable. / आज ही अपना आरक्षण करें और विलासिता का अनुभव लें. Call: +91 1234566790" buttons={[ - { text: "Call Now", href: "tel:+919876543210" }, - { text: "WhatsApp Us", href: "https://wa.me/919876543210" } + { text: "Call Now", href: "tel:+91 1234566790" }, + { text: "WhatsApp Us", href: "https://wa.me/911234566790" } ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -207,7 +208,7 @@ export default function LandingPage() { { title: "Info", items: [ { label: "Address", href: "#location" }, - { label: "Phone", href: "tel:+919876543210" }, + { label: "Phone", href: "tel:+91 1234566790" }, { label: "Email", href: "mailto:info@jppalace.com" }, { label: "Directions", href: "https://maps.google.com" } ] @@ -217,14 +218,14 @@ export default function LandingPage() { { label: "Facebook", href: "https://facebook.com" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Google Reviews", href: "https://google.com/maps" }, - { label: "WhatsApp", href: "https://wa.me/919876543210" } + { label: "WhatsApp", href: "https://wa.me/911234566790" } ] } ]} - bottomLeftText="© 2025 J.P. Palace. All rights reserved. ज.पी पैलेस सर्वाधिकार संरक्षित।" - bottomRightText="Luxury Hotel & Event Venue | Agra, India" + bottomLeftText="© 2025 J.P. Palace. All rights reserved. ज.पी पैलेस सर्वाधिकार संरक्षित." + bottomRightText="Luxury Hotel & Event Venue | Agra, India | +91 1234566790" /> ); -} +} \ No newline at end of file -- 2.49.1