Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-30 10:49:12 +00:00

View File

@@ -27,266 +27,119 @@ export default function LandingPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Features",
id: "features",
},
{
name: "Menu",
id: "menu",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Thaad"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Menu", id: "menu" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Thaad"
button={{ text: "Reserve Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "glowing-orb",
}}
logoText="THAAD"
description="Authentic Swaminarayan flavors served in a refined, luxury setting. Discover the purity of traditional taste, elevated for your family."
buttons={[
{
text: "Reserve Table",
href: "#contact",
},
{
text: "View Menu",
href: "#menu",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/luxury-restaurant-interior-dark-theme-wi-1774867705058-dbcf64dd.png"
mediaAnimation="slide-up"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{ variant: "glowing-orb" }}
logoText="THAAD"
description="Authentic Swaminarayan flavors served in a refined, luxury setting. Discover the purity of traditional taste, elevated for your family."
buttons={[
{ text: "Reserve Table", href: "#contact" },
{ text: "View Menu", href: "#menu" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/luxury-restaurant-interior-dark-theme-wi-1774867705058-dbcf64dd.png"
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={true}
tag="Our Story"
title="A Legacy of Purity & Taste"
description="At Thaad, we believe that food is not just sustenance; it is a sacred experience. Our kitchen is dedicated to strict Swaminarayan preparation standards, ensuring every meal is as pure as it is delicious."
subdescription="Crafting unforgettable memories one plate at a time."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/authentic-indian-kitchen-prep-area-clean-1774867706042-98d5ccae.png"
mediaAnimation="blur-reveal"
icon={Utensils}
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={true}
tag="Our Story"
title="A Legacy of Purity & Taste"
description="At Thaad, we believe that food is not just sustenance; it is a sacred experience. Our kitchen is dedicated to strict Swaminarayan preparation standards, ensuring every meal is as pure as it is delicious."
subdescription="Crafting unforgettable memories one plate at a time."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/authentic-indian-kitchen-prep-area-clean-1774867706042-98d5ccae.png"
mediaAnimation="blur-reveal"
icon={Utensils}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwelve
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
label: "Quality",
title: "Pure & Hygienic",
items: [
"Certified organic sourcing",
"Strict sanitation protocols",
"Clean cooking environment",
],
},
{
id: "f2",
label: "Specialty",
title: "Swaminarayan Focused",
items: [
"No garlic or onion recipes",
"Sattvic culinary traditions",
"Authentic Vedic methods",
],
},
{
id: "f3",
label: "Vibe",
title: "Family Friendly",
items: [
"Spacious dining areas",
"Relaxed luxury atmosphere",
"Attentive family service",
],
},
]}
title="The Thaad Difference"
description="Excellence in every detail, from our kitchen to your table."
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwelve
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "f1", label: "Quality", title: "Pure & Hygienic", items: ["Certified organic sourcing", "Strict sanitation protocols", "Clean cooking environment"] },
{ id: "f2", label: "Specialty", title: "Swaminarayan Focused", items: ["No garlic or onion recipes", "Sattvic culinary traditions", "Authentic Vedic methods"] },
{ id: "f3", label: "Vibe", title: "Family Friendly", items: ["Spacious dining areas", "Relaxed luxury atmosphere", "Attentive family service"] },
]}
title="The Thaad Difference"
description="Excellence in every detail, from our kitchen to your table."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Thaad Special Thali",
price: "$24",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/a-gourmet-indian-thali-platter-beautiful-1774867704569-4a1697a6.png",
},
{
id: "p2",
name: "Crispy Paneer Malai",
price: "$18",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/crispy-paneer-starter-dish-elegant-plati-1774867704959-86f970fd.png",
},
{
id: "p3",
name: "Royal Saffron Dessert",
price: "$12",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/royal-saffron-dessert-decadent-premium-g-1774867705548-68d68656.png",
},
]}
title="Signature Menu"
description="A curated selection of our finest traditional offerings."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Thaad Special Thali", price: "$24", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/a-gourmet-indian-thali-platter-beautiful-1774867704569-4a1697a6.png" },
{ id: "p2", name: "Crispy Paneer Malai", price: "$18", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/crispy-paneer-starter-dish-elegant-plati-1774867704959-86f970fd.png" },
{ id: "p3", name: "Royal Saffron Dessert", price: "$12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/royal-saffron-dessert-decadent-premium-g-1774867705548-68d68656.png" },
]}
title="Signature Menu"
description="A curated selection of our finest traditional offerings."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Aarav Mehta",
role: "Food Critic",
company: "Lifestyle Daily",
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?_wi=1",
},
{
id: "2",
name: "Priya Sharma",
role: "Local Patron",
company: "Family Dining",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
},
{
id: "3",
name: "Vikram Patel",
role: "Traveler",
company: "Global Eatery",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg",
},
{
id: "4",
name: "Sunita Rao",
role: "Regular Guest",
company: "Community Hub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519970.jpg",
},
{
id: "5",
name: "Kiran Desai",
role: "Blogger",
company: "Modern Epicurean",
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?_wi=2",
},
]}
title="What Guests Say"
description="Heartfelt experiences from our community."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Aarav Mehta", role: "Food Critic", company: "Lifestyle Daily", 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: "2", name: "Priya Sharma", role: "Local Patron", company: "Family Dining", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" },
{ id: "3", name: "Vikram Patel", role: "Traveler", company: "Global Eatery", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg" },
{ id: "4", name: "Sunita Rao", role: "Regular Guest", company: "Community Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519970.jpg" },
{ id: "5", name: "Kiran Desai", role: "Blogger", company: "Modern Epicurean", 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" },
]}
title="What Guests Say"
description="Heartfelt experiences from our community."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
tag="Booking"
title="Reserve Your Experience"
description="Secure your table for an evening of luxury dining. Join us for a culinary journey that honors tradition."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/luxury-restaurant-table-setting-with-dim-1774867705019-c3d42a38.png"
mediaAnimation="opacity"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Booking"
title="Reserve Your Experience"
description="Secure your table for an evening of luxury dining. Join us for a culinary journey that honors tradition."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf6DgYP8AwIZ3cBMD7qQ44zicC/luxury-restaurant-table-setting-with-dim-1774867705019-c3d42a38.png"
mediaAnimation="opacity"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Menu",
items: [
{
label: "Starters",
href: "#menu",
},
{
label: "Main Course",
href: "#menu",
},
{
label: "Desserts",
href: "#menu",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Reservations",
href: "#contact",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
],
},
]}
logoText="THAAD"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Menu", items: [{ label: "Starters", href: "#menu" }, { label: "Main Course", href: "#menu" }, { label: "Desserts", href: "#menu" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Reservations", href: "#contact" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
]}
logoText="THAAD"
/>
</div>
</ReactLenis>
</ThemeProvider>
);