4 Commits

Author SHA1 Message Date
1db8b17b44 Merge version_3 into main
Merge version_3 into main
2026-03-11 11:35:32 +00:00
110187ad9e Update src/app/page.tsx 2026-03-11 11:35:22 +00:00
97cdbde0ee Merge version_2 into main
Merge version_2 into main
2026-03-11 11:31:11 +00:00
6f4044e5dd Merge version_2 into main
Merge version_2 into main
2026-03-11 11:30:19 +00:00

View File

@@ -175,10 +175,10 @@ export default function LandingPage() {
tag="Get in Touch" tag="Get in Touch"
tagIcon={Phone} tagIcon={Phone}
title="Ready to Reserve Your Stay?" 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. / आज ही अपना आरक्षण करें और विलासिता का अनुभव लें. Call: +91 1234566790" 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 9720237547"
buttons={[ buttons={[
{ text: "Call Now", href: "tel:+91 1234566790" }, { text: "Call Now", href: "tel:+91 9720237547" },
{ text: "WhatsApp Us", href: "https://wa.me/911234566790" } { text: "WhatsApp Us", href: "https://wa.me/919720237547" }
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -207,7 +207,7 @@ export default function LandingPage() {
{ {
title: "Info", items: [ title: "Info", items: [
{ label: "Address", href: "#location" }, { label: "Address", href: "#location" },
{ label: "Phone", href: "tel:+91 1234566790" }, { label: "Phone", href: "tel:+91 9720237547" },
{ label: "Email", href: "mailto:info@jppalace.com" }, { label: "Email", href: "mailto:info@jppalace.com" },
{ label: "Directions", href: "https://maps.google.com" } { label: "Directions", href: "https://maps.google.com" }
] ]
@@ -217,12 +217,12 @@ export default function LandingPage() {
{ label: "Facebook", href: "https://facebook.com" }, { label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Google Reviews", href: "https://google.com/maps" }, { label: "Google Reviews", href: "https://google.com/maps" },
{ label: "WhatsApp", href: "https://wa.me/911234566790" } { label: "WhatsApp", href: "https://wa.me/919720237547" }
] ]
} }
]} ]}
bottomLeftText="© 2025 J.P. Palace. All rights reserved. ज.पी पैलेस सर्वाधिकार संरक्षित." bottomLeftText="© 2025 J.P. Palace. All rights reserved. ज.पी पैलेस सर्वाधिकार संरक्षित."
bottomRightText="Luxury Hotel & Event Venue | Agra, India | +91 1234566790" bottomRightText="Luxury Hotel & Event Venue | Agra, India | +91 9720237547"
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>