Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-07 23:38:29 +00:00

View File

@@ -18,299 +18,145 @@ export default function LandingPage() {
defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Flames Indian Cuisine"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Flames Indian Cuisine"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Experience the Soul of India"
description="Authentic Indian cuisine made with love, tradition, and the finest spices."
testimonials={[
{
name: "Anita R.",
handle: "@anitar_foodie",
testimonial: "The best Indian food in town! Every dish tastes like home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg?_wi=1",
imageAlt: "authentic indian restaurant plating",
},
{
name: "David L.",
handle: "@dl_eats",
testimonial: "Incredible flavors, impeccable service. A must-try.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chef-is-working-nicely-decorated-kitchen-preparing-pastry-pizza_613910-3408.jpg",
imageAlt: "authentic indian restaurant plating",
},
{
name: "Sarah M.",
handle: "@sarah_m",
testimonial: "The garlic naan is simply legendary.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg?_wi=1",
imageAlt: "authentic indian restaurant plating",
},
{
name: "Raj K.",
handle: "@raj_food",
testimonial: "Authentic, spicy, and simply delicious.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg?_wi=1",
imageAlt: "authentic indian restaurant plating",
},
{
name: "Elena P.",
handle: "@elena_dining",
testimonial: "A wonderful dining experience every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg?_wi=1",
imageAlt: "authentic indian restaurant plating",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086043.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-indian-dish-with-spices_23-2148747712.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086035.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/navratri-interior-decoration-top-view_23-2151193765.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg",
alt: "Customer 5",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Experience the Soul of India"
description="Authentic Indian cuisine made with love, tradition, and the finest spices."
testimonials={[
{ name: "Anita R.", handle: "@anitar_foodie", testimonial: "The best Indian food in town! Every dish tastes like home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg", imageAlt: "authentic indian restaurant plating" },
{ name: "David L.", handle: "@dl_eats", testimonial: "Incredible flavors, impeccable service. A must-try.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chef-is-working-nicely-decorated-kitchen-preparing-pastry-pizza_613910-3408.jpg", imageAlt: "authentic indian restaurant plating" },
{ name: "Sarah M.", handle: "@sarah_m", testimonial: "The garlic naan is simply legendary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg", imageAlt: "authentic indian restaurant plating" },
{ name: "Raj K.", handle: "@raj_food", testimonial: "Authentic, spicy, and simply delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg", imageAlt: "authentic indian restaurant plating" },
{ name: "Elena P.", handle: "@elena_dining", testimonial: "A wonderful dining experience every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg", imageAlt: "authentic indian restaurant plating" },
]}
imageSrc="http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086043.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-indian-dish-with-spices_23-2148747712.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086035.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/navratri-interior-decoration-top-view_23-2151193765.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg", alt: "Customer 5" },
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="A Legacy of Authentic Flavors"
description="Born from a passion for traditional spices and slow-cooking techniques, Flames brings you the true essence of Indian heritage in every bite."
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="A Legacy of Authentic Flavors"
/>
</div>
<div id="menu" data-section="menu">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Butter Chicken",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg?_wi=2",
},
{
id: "2",
name: "Garlic Naan",
price: "$4",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg?_wi=2",
},
{
id: "3",
name: "Lamb Biryani",
price: "$20",
imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg?_wi=2",
},
{
id: "4",
name: "Veg Samosas",
price: "$6",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-stuffed-pastry-with-sesame-sprinkles-served-with-tomato-sauce_141793-2109.jpg",
},
{
id: "5",
name: "Dal Makhani",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/red-lentil-beans-white-bowl-table_114579-9262.jpg",
},
{
id: "6",
name: "Paneer Tikka",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-sliced-cabbages-salad-with-greens-inside-brown-bowl-bright-blue-desk-green-food-vegetable-salad-freshness-snack_140725-34410.jpg",
},
]}
title="Our Signature Dishes"
description="From our tandoor oven to your table, enjoy our curated selection of classic Indian favorites."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "1", name: "Butter Chicken", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg" },
{ id: "2", name: "Garlic Naan", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg" },
{ id: "3", name: "Lamb Biryani", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg" },
{ id: "4", name: "Veg Samosas", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-stuffed-pastry-with-sesame-sprinkles-served-with-tomato-sauce_141793-2109.jpg" },
{ id: "5", name: "Dal Makhani", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/red-lentil-beans-white-bowl-table_114579-9262.jpg" },
{ id: "6", name: "Paneer Tikka", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-sliced-cabbages-salad-with-greens-inside-brown-bowl-bright-blue-desk-green-food-vegetable-salad-freshness-snack_140725-34410.jpg" },
]}
title="Our Signature Dishes"
description="From our tandoor oven to your table, enjoy our curated selection of classic Indian favorites."
/>
</div>
<div id="chef" data-section="chef">
<TeamCardOne
animationType="depth-3d"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
members={[
{
id: "chef-1",
name: "Chef Rajesh",
role: "Head Chef",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232160.jpg",
},
{
id: "chef-2",
name: "Chef Sunita",
role: "Tandoor Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-male-kitchen_23-2148471868.jpg",
},
{
id: "chef-3",
name: "Chef Amit",
role: "Sauce Expert",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrating-society_23-2151102495.jpg",
},
]}
title="Meet Our Culinary Masters"
description="Our team of dedicated chefs brings years of authentic experience to the kitchen, ensuring every spice is balanced perfectly."
/>
</div>
<div id="chef" data-section="chef">
<TeamCardOne
animationType="depth-3d"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
members={[
{ id: "chef-1", name: "Chef Rajesh", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232160.jpg" },
{ id: "chef-2", name: "Chef Sunita", role: "Tandoor Specialist", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-male-kitchen_23-2148471868.jpg" },
{ id: "chef-3", name: "Chef Amit", role: "Sauce Expert", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrating-society_23-2151102495.jpg" },
]}
title="Meet Our Culinary Masters"
description="Our team of dedicated chefs brings years of authentic experience to the kitchen, ensuring every spice is balanced perfectly."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="The atmosphere and flavors at Flames are simply unmatched in the city."
rating={5}
author="Marcus Thorne"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/happy-young-man-eating-croissant-cafe_1170-629.jpg",
alt: "Customer 5",
},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="The atmosphere and flavors at Flames are simply unmatched in the city."
rating={5}
author="Marcus Thorne"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/happy-young-man-eating-croissant-cafe_1170-629.jpg", alt: "Customer 5" },
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer vegan options?",
content: "Yes, we have a wide selection of vegan dishes prepared with fresh spices.",
},
{
id: "f2",
title: "Do you take reservations?",
content: "We highly recommend booking in advance, especially on weekends, to guarantee a table.",
},
{
id: "f3",
title: "Are there gluten-free choices?",
content: "Many of our traditional curries can be prepared gluten-free upon request.",
},
]}
title="Frequently Asked Questions"
faqsAnimation="blur-reveal"
description="Curious about our ingredients or booking policy? Find answers here."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Do you offer vegan options?", content: "Yes, we have a wide selection of vegan dishes prepared with fresh spices." },
{ id: "f2", title: "Do you take reservations?", content: "We highly recommend booking in advance, especially on weekends, to guarantee a table." },
{ id: "f3", title: "Are there gluten-free choices?", content: "Many of our traditional curries can be prepared gluten-free upon request." },
]}
title="Frequently Asked Questions"
faqsAnimation="blur-reveal"
description="Curious about our ingredients or booking policy? Find answers here."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
tag="Visit Us"
title="Reserve Your Table"
description="Book a table today for an unforgettable Indian dining experience."
imageSrc="http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086077.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
tag="Visit Us"
title="Reserve Your Table"
description="Book a table today for an unforgettable Indian dining experience."
imageSrc="http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086077.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Flames Indian Cuisine"
columns={[
{
title: "Useful Links",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Menu",
href: "#menu",
},
],
},
{
title: "Contact",
items: [
{
label: "Reservations",
href: "#contact",
},
{
label: "Email Us",
href: "mailto:hello@flamescuisine.com",
},
],
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Flames Indian Cuisine"
columns={[
{ title: "Useful Links", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] },
{ title: "Contact", items: [{ label: "Reservations", href: "#contact" }, { label: "Email Us", href: "mailto:hello@flamescuisine.com" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);