2 Commits

Author SHA1 Message Date
c20a0a1201 Merge version_2 into main
Merge version_2 into main
2026-05-19 04:07:13 +00:00
3ab6a61d77 Update src/app/page.tsx 2026-05-19 04:07:10 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Rooms",
id: "products",
},
name: "Rooms", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Mahendergarh Haveli"
/>
@@ -56,77 +48,48 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "plain",
}}
variant: "plain"}}
title="A Legacy of Timeless Luxury"
description="Experience the grandeur of Mahendergarh's finest heritage haveli. Where tradition meets modern comfort."
kpis={[
{
value: "120+",
label: "Years of Heritage",
},
value: "120+", label: "Years of Heritage"},
{
value: "5.0",
label: "Guest Rating",
},
value: "5.0", label: "Guest Rating"},
{
value: "24/7",
label: "Service Excellence",
},
value: "24/7", label: "Service Excellence"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nmipmo"
mediaAnimation="slide-up"
avatars={[
{
src: "asset://hero-avatar-1",
alt: "Guest enjoying sunset",
},
src: "asset://hero-avatar-1", alt: "Guest enjoying sunset"},
{
src: "asset://hero-avatar-2",
alt: "Guest relaxing in courtyard",
},
src: "asset://hero-avatar-2", alt: "Guest relaxing in courtyard"},
{
src: "asset://hero-avatar-3",
alt: "Guest at heritage dining",
},
src: "asset://hero-avatar-3", alt: "Guest at heritage dining"},
{
src: "asset://hero-avatar-4",
alt: "Visitor exploring garden",
},
src: "asset://hero-avatar-4", alt: "Visitor exploring garden"},
{
src: "asset://hero-avatar-5",
alt: "Happy traveler arriving",
},
src: "asset://hero-avatar-5", alt: "Happy traveler arriving"},
]}
avatarText="Trusted by over 15,000 guests"
marqueeItems={[
{
type: "text",
text: "Authentic Heritage",
},
type: "text", text: "Authentic Heritage"},
{
type: "text",
text: "Luxury Hospitality",
},
type: "text", text: "Luxury Hospitality"},
{
type: "text",
text: "Royal Atmosphere",
},
type: "text", text: "Royal Atmosphere"},
{
type: "text",
text: "Historic Charm",
},
type: "text", text: "Historic Charm"},
{
type: "text",
text: "Modern Comfort",
},
type: "text", text: "Modern Comfort"},
]}
/>
</div>
@@ -137,8 +100,7 @@ export default function LandingPage() {
title="Rooted in History, Dedicated to Comfort"
buttons={[
{
text: "Discover Our Story",
},
text: "Discover Our Story"},
]}
/>
</div>
@@ -151,19 +113,13 @@ export default function LandingPage() {
features={[
{
icon: Building,
title: "Heritage Suites",
description: "Beautifully restored rooms preserving authentic architectural history.",
},
title: "Heritage Suites", description: "Beautifully restored rooms preserving authentic architectural history."},
{
icon: Utensils,
title: "Royal Dining",
description: "Authentic regional cuisines prepared with farm-fresh ingredients.",
},
title: "Royal Dining", description: "Authentic regional cuisines prepared with farm-fresh ingredients."},
{
icon: Leaf,
title: "Courtyard Gardens",
description: "Serene outdoor spaces for meditation and relaxing afternoon teas.",
},
title: "Courtyard Gardens", description: "Serene outdoor spaces for meditation and relaxing afternoon teas."},
]}
title="Exquisite Amenities"
description="Indulge in a stay redefined by local heritage and premium hospitality."
@@ -178,41 +134,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Deluxe Suite",
price: "$120",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vsp97h",
},
id: "1", name: "Deluxe Suite", price: "$120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vsp97h"},
{
id: "2",
name: "Royal Heritage Room",
price: "$180",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vi4eip",
},
id: "2", name: "Royal Heritage Room", price: "$180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vi4eip"},
{
id: "3",
name: "Classic Courtyard Room",
price: "$90",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z4xj89",
},
id: "3", name: "Classic Courtyard Room", price: "$90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z4xj89"},
{
id: "4",
name: "Executive Haveli Room",
price: "$150",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eb1mby",
},
id: "4", name: "Executive Haveli Room", price: "$150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eb1mby"},
{
id: "5",
name: "Family Manor Suite",
price: "$220",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ry4rgp",
},
id: "5", name: "Family Manor Suite", price: "$220", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ry4rgp"},
{
id: "6",
name: "Premium Heritage Suite",
price: "$250",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xeptua",
},
id: "6", name: "Premium Heritage Suite", price: "$250", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xeptua"},
]}
title="Our Accommodations"
description="Choose your sanctuary from our selection of traditionally designed heritage rooms."
@@ -226,31 +158,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15k+",
title: "Happy Guests",
items: [
"Global travelers",
"Returning visitors",
],
id: "m1", value: "15k+", title: "Happy Guests", items: [
"Global travelers", "Returning visitors"],
},
{
id: "m2",
value: "450+",
title: "Events Hosted",
items: [
"Weddings",
"Corporate retreats",
],
id: "m2", value: "450+", title: "Events Hosted", items: [
"Weddings", "Corporate retreats"],
},
{
id: "m3",
value: "30+",
title: "Awards Won",
items: [
"Hospitality excellence",
"Heritage preservation",
],
id: "m3", value: "30+", title: "Awards Won", items: [
"Hospitality excellence", "Heritage preservation"],
},
]}
title="Hospitality Milestones"
@@ -265,40 +182,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "Travel Blogger",
testimonial: "An absolutely authentic experience. The history of this place is palpable in every corner.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s2hvh0",
},
id: "1", name: "Sarah Miller", role: "Travel Blogger", testimonial: "An absolutely authentic experience. The history of this place is palpable in every corner.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s2hvh0"},
{
id: "2",
name: "Rajesh Kumar",
role: "Entrepreneur",
testimonial: "My go-to spot whenever I visit Mahendergarh. The hospitality is truly royal.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dgr52g",
},
id: "2", name: "Rajesh Kumar", role: "Entrepreneur", testimonial: "My go-to spot whenever I visit Mahendergarh. The hospitality is truly royal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dgr52g"},
{
id: "3",
name: "Emily Chen",
role: "Photographer",
testimonial: "The aesthetics of this Haveli are unmatched. A photographer's dream destination.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6hid3c",
},
id: "3", name: "Emily Chen", role: "Photographer", testimonial: "The aesthetics of this Haveli are unmatched. A photographer's dream destination.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6hid3c"},
{
id: "4",
name: "David Wilson",
role: "Historian",
testimonial: "Beautifully restored architecture. It captures the true spirit of India.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uhp48l",
},
id: "4", name: "David Wilson", role: "Historian", testimonial: "Beautifully restored architecture. It captures the true spirit of India.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uhp48l"},
{
id: "5",
name: "Priya Sharma",
role: "Architect",
testimonial: "Incredible attention to detail in the restoration. Simply breathtaking.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=htbsfa",
},
id: "5", name: "Priya Sharma", role: "Architect", testimonial: "Incredible attention to detail in the restoration. Simply breathtaking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=htbsfa"},
]}
title="Voices of Our Guests"
description="Stories from travelers who found home in our Haveli."
@@ -311,25 +203,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer airport transfers?",
content: "Yes, we arrange private taxi services for all our guests upon request.",
},
id: "f1", title: "Do you offer airport transfers?", content: "Yes, we arrange private taxi services for all our guests upon request."},
{
id: "f2",
title: "Is breakfast included?",
content: "All our room rates include a traditional breakfast served in the central courtyard.",
},
id: "f2", title: "Is breakfast included?", content: "All our room rates include a traditional breakfast served in the central courtyard."},
{
id: "f3",
title: "Are you pet friendly?",
content: "Unfortunately, we are not pet-friendly due to the heritage architecture standards.",
},
id: "f3", title: "Are you pet friendly?", content: "Unfortunately, we are not pet-friendly due to the heritage architecture standards."},
{
id: "f4",
title: "Can I host a wedding here?",
content: "Absolutely, we specialize in intimate heritage weddings in our lush gardens.",
},
id: "f4", title: "Can I host a wedding here?", content: "Absolutely, we specialize in intimate heritage weddings in our lush gardens."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about your stay with us."
@@ -341,15 +221,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Contact Us"
title="Begin Your Journey"
description="Ready to experience traditional luxury? Reach out to us today to confirm your booking."
buttons={[
{
text: "Call to Reserve",
},
text: "Reserve Your Suite"},
]}
/>
</div>
@@ -358,50 +236,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Hospitality",
items: [
title: "Hospitality", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Dining",
href: "#",
},
label: "Dining", href: "#"},
{
label: "Weddings",
href: "#",
},
label: "Weddings", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Bookings",
href: "#contact",
},
label: "Bookings", href: "#contact"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -411,4 +270,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}