Merge version_1 into main #2
412
src/app/page.tsx
412
src/app/page.tsx
@@ -26,314 +26,122 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Experiences",
|
||||
id: "#signature",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
]}
|
||||
brandName="House of Arches"
|
||||
button={{
|
||||
text: "Reserve Now",
|
||||
href: "#cta",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Experiences", id: "#signature" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
]}
|
||||
brandName="House of Arches"
|
||||
button={{ text: "Reserve Now", href: "#cta" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="House of Arches"
|
||||
description="Where heritage architecture meets unforgettable dining. Experience elegance, flavor, and ambiance like never before in Jodhpur."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Aman S.",
|
||||
handle: "@aman_jodhpuri",
|
||||
testimonial: "The ambiance is truly unmatched. A perfect fusion of heritage and modern style.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg?_wi=1",
|
||||
imageAlt: "elegant fine dining restaurant interior",
|
||||
},
|
||||
{
|
||||
name: "Priya K.",
|
||||
handle: "@priyak",
|
||||
testimonial: "House of Arches is a hidden gem. Every detail in the architecture tells a story.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754914.jpg?_wi=1",
|
||||
imageAlt: "elegant fine dining restaurant interior",
|
||||
},
|
||||
{
|
||||
name: "Rahul V.",
|
||||
handle: "@rahulv",
|
||||
testimonial: "An incredible dining experience. The staff makes you feel at home immediately.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-aubergine-rolls-hot-pepper-powder-turmeric-sea-salt-black-pepper-small-bowls-grey-surface_140725-107197.jpg?_wi=1",
|
||||
imageAlt: "elegant fine dining restaurant interior",
|
||||
},
|
||||
{
|
||||
name: "Sonia G.",
|
||||
handle: "@soniag",
|
||||
testimonial: "Simply the best fusion food in Jodhpur. Must try the Paneer Tikka!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sprinkles-kutab-with-sumach-with-yogurt_141793-3879.jpg?_wi=1",
|
||||
imageAlt: "elegant fine dining restaurant interior",
|
||||
},
|
||||
{
|
||||
name: "Vikram D.",
|
||||
handle: "@vikramd",
|
||||
testimonial: "The atmosphere is magnetic, perfect for celebrations or quiet dinners.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-tofu-healthy-food_1339-8269.jpg?_wi=1",
|
||||
imageAlt: "elegant fine dining restaurant interior",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#cta",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg",
|
||||
alt: "A happy customer dining experience",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
|
||||
alt: "A group of friends enjoying a dinner party",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
|
||||
alt: "A portrait of satisfied guests",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
alt: "A close up of satisfied diners",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg",
|
||||
alt: "A smiling patron at table",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Architectural Heritage",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fusion Fine Dining",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Jodhpur Tradition",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unforgettable Ambiance",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Flavor",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="House of Arches"
|
||||
description="Where heritage architecture meets unforgettable dining. Experience elegance, flavor, and ambiance like never before in Jodhpur."
|
||||
testimonials={[
|
||||
{ name: "Aman S.", handle: "@aman_jodhpuri", testimonial: "The ambiance is truly unmatched. A perfect fusion of heritage and modern style.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg", imageAlt: "elegant fine dining restaurant interior" },
|
||||
{ name: "Priya K.", handle: "@priyak", testimonial: "House of Arches is a hidden gem. Every detail in the architecture tells a story.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754914.jpg", imageAlt: "elegant fine dining restaurant interior" },
|
||||
{ name: "Rahul V.", handle: "@rahulv", testimonial: "An incredible dining experience. The staff makes you feel at home immediately.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-aubergine-rolls-hot-pepper-powder-turmeric-sea-salt-black-pepper-small-bowls-grey-surface_140725-107197.jpg", imageAlt: "elegant fine dining restaurant interior" },
|
||||
{ name: "Sonia G.", handle: "@soniag", testimonial: "Simply the best fusion food in Jodhpur. Must try the Paneer Tikka!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sprinkles-kutab-with-sumach-with-yogurt_141793-3879.jpg", imageAlt: "elegant fine dining restaurant interior" },
|
||||
{ name: "Vikram D.", handle: "@vikramd", testimonial: "The atmosphere is magnetic, perfect for celebrations or quiet dinners.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fried-tofu-healthy-food_1339-8269.jpg", imageAlt: "elegant fine dining restaurant interior" }
|
||||
]}
|
||||
buttons={[{ text: "Reserve Your Table", href: "#cta" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg", alt: "A happy customer dining experience" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", alt: "A group of friends enjoying a dinner party" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", alt: "A portrait of satisfied guests" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "A close up of satisfied diners" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg", alt: "A smiling patron at table" }
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "Architectural Heritage" }, { type: "text", text: "Fusion Fine Dining" }, { type: "text", text: "Jodhpur Tradition" }, { type: "text", text: "Unforgettable Ambiance" }, { type: "text", text: "Global Flavor" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Story"
|
||||
title="A Hidden Gem in the City"
|
||||
description="House of Arches blends timeless design with modern comfort. Loved by thousands, we offer a sanctuary where heritage architecture meets culinary excellence."
|
||||
subdescription="From North Indian richness to delicate Indo-Chinese flavors, every dish is crafted to provide a multisensory journey that captures the soul of Jodhpur."
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754914.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Story"
|
||||
title="A Hidden Gem in the City"
|
||||
description="House of Arches blends timeless design with modern comfort. Loved by thousands, we offer a sanctuary where heritage architecture meets culinary excellence."
|
||||
subdescription="From North Indian richness to delicate Indo-Chinese flavors, every dish is crafted to provide a multisensory journey that captures the soul of Jodhpur."
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754914.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="signature" data-section="signature">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "d1",
|
||||
name: "Dragon Potato",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-aubergine-rolls-hot-pepper-powder-turmeric-sea-salt-black-pepper-small-bowls-grey-surface_140725-107197.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "d2",
|
||||
name: "Farmyard Pizza",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sprinkles-kutab-with-sumach-with-yogurt_141793-3879.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "d3",
|
||||
name: "Paneer Tikka",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-tofu-healthy-food_1339-8269.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "d4",
|
||||
name: "Arch Special Curry",
|
||||
price: "$22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-orange-cake-orange-cake-with-chocolate-bowl-right-side-black-table_140725-117204.jpg",
|
||||
},
|
||||
{
|
||||
id: "d5",
|
||||
name: "Himalayan Momo",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-pizza-with-sausage-bell-pepper_140725-9796.jpg",
|
||||
},
|
||||
{
|
||||
id: "d6",
|
||||
name: "Saffron Pulao",
|
||||
price: "$16.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-raw-chicken-skewers-with-spices-wooden-board-dark_140725-148804.jpg",
|
||||
},
|
||||
]}
|
||||
title="Signature Experiences"
|
||||
description="Explore our curated selection of signature dishes, crafted with bold flavors and precision."
|
||||
/>
|
||||
</div>
|
||||
<div id="signature" data-section="signature">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "d1", name: "Dragon Potato", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-aubergine-rolls-hot-pepper-powder-turmeric-sea-salt-black-pepper-small-bowls-grey-surface_140725-107197.jpg" },
|
||||
{ id: "d2", name: "Farmyard Pizza", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sprinkles-kutab-with-sumach-with-yogurt_141793-3879.jpg" },
|
||||
{ id: "d3", name: "Paneer Tikka", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-tofu-healthy-food_1339-8269.jpg" },
|
||||
{ id: "d4", name: "Arch Special Curry", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-orange-cake-orange-cake-with-chocolate-bowl-right-side-black-table_140725-117204.jpg" },
|
||||
{ id: "d5", name: "Himalayan Momo", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/crispy-pizza-with-sausage-bell-pepper_140725-9796.jpg" },
|
||||
{ id: "d6", name: "Saffron Pulao", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-raw-chicken-skewers-with-spices-wooden-board-dark_140725-148804.jpg" },
|
||||
]}
|
||||
title="Signature Experiences"
|
||||
description="Explore our curated selection of signature dishes, crafted with bold flavors and precision."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Aman S.",
|
||||
role: "Food Critic",
|
||||
company: "Jodhpur Life",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya K.",
|
||||
role: "Traveler",
|
||||
company: "Wanderlust",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rahul V.",
|
||||
role: "Local Expert",
|
||||
company: "Jodhpur City",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sonia G.",
|
||||
role: "Foodie",
|
||||
company: "Local Blog",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-taking-order-from-his-guests-cafe_637285-7842.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vikram D.",
|
||||
role: "Chef",
|
||||
company: "Culinary Union",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-having-meal-restaurant_23-2148214633.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5000+",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Rating",
|
||||
},
|
||||
{
|
||||
value: "10",
|
||||
label: "Signature Dishes",
|
||||
},
|
||||
]}
|
||||
title="What People Love"
|
||||
description="Hear from our guests about their experiences at the House of Arches."
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Aman S.", role: "Food Critic", company: "Jodhpur Life", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg" },
|
||||
{ id: "t2", name: "Priya K.", role: "Traveler", company: "Wanderlust", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg" },
|
||||
{ id: "t3", name: "Rahul V.", role: "Local Expert", company: "Jodhpur City", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg" },
|
||||
{ id: "t4", name: "Sonia G.", role: "Foodie", company: "Local Blog", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-taking-order-from-his-guests-cafe_637285-7842.jpg" },
|
||||
{ id: "t5", name: "Vikram D.", role: "Chef", company: "Culinary Union", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-having-meal-restaurant_23-2148214633.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5000+", label: "Happy Guests" },
|
||||
{ value: "4.9", label: "Rating" },
|
||||
{ value: "10", label: "Signature Dishes" },
|
||||
]}
|
||||
title="What People Love"
|
||||
description="Hear from our guests about their experiences at the House of Arches."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Ready for the Experience?"
|
||||
description="Reserve your table now and discover why everyone is talking about House of Arches."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "guests",
|
||||
type: "number",
|
||||
placeholder: "Number of Guests",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "notes",
|
||||
placeholder: "Special requests or notes?",
|
||||
rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
buttonText="Book Now"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-red-carpet-floor-tables-chairs_140725-8024.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Ready for the Experience?"
|
||||
description="Reserve your table now and discover why everyone is talking about House of Arches."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "guests", type: "number", placeholder: "Number of Guests", required: true },
|
||||
]}
|
||||
textarea={{ name: "notes", placeholder: "Special requests or notes?", rows: 4, required: false }}
|
||||
buttonText="Book Now"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-red-carpet-floor-tables-chairs_140725-8024.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="House of Arches"
|
||||
leftLink={{
|
||||
text: "Surya Nagri Dharm Kata, Jodhpur",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Open till 1 AM",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="House of Arches"
|
||||
leftLink={{ text: "Surya Nagri Dharm Kata, Jodhpur", href: "#" }}
|
||||
rightLink={{ text: "Open till 1 AM", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user