Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 16:10:17 +00:00

View File

@@ -27,371 +27,138 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Process",
id: "about",
},
{
name: "Quality",
id: "features",
},
{
name: "Products",
id: "products",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Laxmi Chilli"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "Our Process", id: "about" },
{ name: "Quality", id: "features" },
{ name: "Products", id: "products" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Laxmi Chilli"
button={{ text: "Order Now", href: "#products" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
title="Authentic Purity in Every Grind"
description="Experience the intense, vibrant heat of Laxmi Chilli Grinder. Tradition-led, pure quality, crafted for your kitchen."
testimonials={[
{
name: "Anjali R.",
handle: "@anjali_cooks",
testimonial: "The best chilli powder I've used. Authentic color and heat.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-bowl-red-pepper-spice-isolated-white-background_181624-61314.jpg?_wi=1",
imageAlt: "fresh red chillies spice background",
},
{
name: "Rajesh V.",
handle: "@rajesh_foodie",
testimonial: "Laxmi is my family's secret for perfect masala flavour.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-processing-coffee-beans_181624-56849.jpg?_wi=1",
imageAlt: "traditional spice grinder machine",
},
{
name: "Priya M.",
handle: "@priya_kitchen",
testimonial: "Consistent quality for years. Truly home-made feel.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/red-chilli-paste-black_1150-25546.jpg?_wi=1",
imageAlt: "red chilli powder packaging pouch",
},
{
name: "Vijay K.",
handle: "@chef_vijay",
testimonial: "Pure, unadulterated chilli powder. Excellent heat levels.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cayenne-dried-pepper-small-wooden-plate_1150-35722.jpg?_wi=1",
imageAlt: "extra spicy chilli powder bag",
},
{
name: "Sita D.",
handle: "@sita_kitchen",
testimonial: "The freshness really shines through in my everyday cooking.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-black-peppercorns-with-wooden-spoon-black-background-close-up-photo_114579-68691.jpg?_wi=1",
imageAlt: "mild chilli powder pack spice",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-bowl-red-pepper-spice-isolated-white-background_181624-61314.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-spices_23-2148493571.jpg",
alt: "Sunita K",
},
{
src: "http://img.b2bpic.net/free-photo/cup-shaped-cakes_1232-1312.jpg",
alt: "Amit S",
},
{
src: "http://img.b2bpic.net/free-photo/mother-with-daughter-cooking_1398-5171.jpg",
alt: "Rani V",
},
{
src: "http://img.b2bpic.net/free-photo/top-view-female-hands-cutting-fresh-soft-persimmon-wooden-kitchen-board-with-knife-wooden-surface_141793-80585.jpg",
alt: "Deepak H",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-food-preservation-method_23-2149185587.jpg",
alt: "Meera J",
},
]}
avatarText="Trusted by 50,000+ happy homes"
marqueeItems={[
{
type: "text-icon",
text: "100% Natural",
icon: CheckCircle,
},
{
type: "text-icon",
text: "Stone Ground",
icon: Zap,
},
{
type: "text-icon",
text: "Sun Dried",
icon: Sun,
},
{
type: "text-icon",
text: "Farm Fresh",
icon: Truck,
},
{
type: "text-icon",
text: "No Preservatives",
icon: Shield,
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
title="Authentic Purity in Every Grind"
description="Experience the intense, vibrant heat of Laxmi Chilli Grinder. Tradition-led, pure quality, crafted for your kitchen."
testimonials={[
{ name: "Anjali R.", handle: "@anjali_cooks", testimonial: "The best chilli powder I've used. Authentic color and heat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-bowl-red-pepper-spice-isolated-white-background_181624-61314.jpg", imageAlt: "fresh red chillies spice background" },
{ name: "Rajesh V.", handle: "@rajesh_foodie", testimonial: "Laxmi is my family's secret for perfect masala flavour.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-processing-coffee-beans_181624-56849.jpg", imageAlt: "traditional spice grinder machine" },
{ name: "Priya M.", handle: "@priya_kitchen", testimonial: "Consistent quality for years. Truly home-made feel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/red-chilli-paste-black_1150-25546.jpg", imageAlt: "red chilli powder packaging pouch" },
{ name: "Vijay K.", handle: "@chef_vijay", testimonial: "Pure, unadulterated chilli powder. Excellent heat levels.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cayenne-dried-pepper-small-wooden-plate_1150-35722.jpg", imageAlt: "extra spicy chilli powder bag" },
{ name: "Sita D.", handle: "@sita_kitchen", testimonial: "The freshness really shines through in my everyday cooking.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-black-peppercorns-with-wooden-spoon-black-background-close-up-photo_114579-68691.jpg", imageAlt: "mild chilli powder pack spice" },
]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-bowl-red-pepper-spice-isolated-white-background_181624-61314.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-spices_23-2148493571.jpg", alt: "Sunita K" },
{ src: "http://img.b2bpic.net/free-photo/cup-shaped-cakes_1232-1312.jpg", alt: "Amit S" },
{ src: "http://img.b2bpic.net/free-photo/mother-with-daughter-cooking_1398-5171.jpg", alt: "Rani V" },
{ src: "http://img.b2bpic.net/free-photo/top-view-female-hands-cutting-fresh-soft-persimmon-wooden-kitchen-board-with-knife-wooden-surface_141793-80585.jpg", alt: "Deepak H" },
{ src: "http://img.b2bpic.net/free-photo/close-up-food-preservation-method_23-2149185587.jpg", alt: "Meera J" },
]}
avatarText="Trusted by 50,000+ happy homes"
marqueeItems={[
{ type: "text-icon", text: "100% Natural", icon: CheckCircle },
{ type: "text-icon", text: "Stone Ground", icon: Zap },
{ type: "text-icon", text: "Sun Dried", icon: Sun },
{ type: "text-icon", text: "Farm Fresh", icon: Truck },
{ type: "text-icon", text: "No Preservatives", icon: Shield },
]}
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
title="Decades of Spice Heritage"
metrics={[
{
icon: Award,
label: "Years Active",
value: "25+",
},
{
icon: ShieldCheck,
label: "Quality Grade",
value: "100%",
},
{
icon: Flame,
label: "Satisfied Homes",
value: "50k+",
},
]}
metricsAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
title="Decades of Spice Heritage"
metrics={[
{ icon: Award, label: "Years Active", value: "25+" },
{ icon: ShieldCheck, label: "Quality Grade", value: "100%" },
{ icon: Flame, label: "Satisfied Homes", value: "50k+" },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentySix
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Traditional Grinding",
description: "Slow-grinding methods preserve essential oils and natural heat.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/powder-chili-peppers-bowl_1127-128.jpg?_wi=1",
imageAlt: "organic red chilli powder container",
},
{
title: "Sun-Dried Chillies",
description: "Only hand-picked, perfectly sun-dried chillies enter our grinder.",
buttonIcon: "Sun",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-bowl-red-pepper-spice-isolated-white-background_181624-61314.jpg?_wi=3",
imageAlt: "premium Kashmiri chilli powder pack",
},
{
title: "No Adulterants",
description: "100% natural. No artificial colors or preservatives ever.",
buttonIcon: "Shield",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-raw-spices_23-2148882520.jpg?_wi=1",
imageAlt: "standard ground red chilli powder",
},
{
title: "Farm-to-Table",
description: "Sourced directly from local farmers for peak freshness.",
buttonIcon: "Truck",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-spices_23-2148493571.jpg?_wi=1",
imageAlt: "happy housewife cooking Indian food",
},
]}
title="Why Choose Laxmi Grinder?"
description="Our commitment to quality ensures every pack reaches your home with unmatched freshness and pungency."
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentySix
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Traditional Grinding", description: "Slow-grinding methods preserve essential oils and natural heat.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/powder-chili-peppers-bowl_1127-128.jpg", imageAlt: "organic red chilli powder container" },
{ title: "Sun-Dried Chillies", description: "Only hand-picked, perfectly sun-dried chillies enter our grinder.", buttonIcon: Sun, imageSrc: "http://img.b2bpic.net/free-photo/closeup-bowl-red-pepper-spice-isolated-white-background_181624-61314.jpg", imageAlt: "premium Kashmiri chilli powder pack" },
{ title: "No Adulterants", description: "100% natural. No artificial colors or preservatives ever.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-raw-spices_23-2148882520.jpg", imageAlt: "standard ground red chilli powder" },
{ title: "Farm-to-Table", description: "Sourced directly from local farmers for peak freshness.", buttonIcon: Truck, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-spices_23-2148493571.jpg", imageAlt: "happy housewife cooking Indian food" },
]}
title="Why Choose Laxmi Grinder?"
description="Our commitment to quality ensures every pack reaches your home with unmatched freshness and pungency."
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Royal Kashmiri Blend",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/red-chilli-paste-black_1150-25546.jpg?_wi=2",
},
{
id: "2",
name: "Extra Hot Spice",
price: "$10.00",
imageSrc: "http://img.b2bpic.net/free-photo/cayenne-dried-pepper-small-wooden-plate_1150-35722.jpg?_wi=2",
},
{
id: "3",
name: "Everyday Mild",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-black-peppercorns-with-wooden-spoon-black-background-close-up-photo_114579-68691.jpg?_wi=2",
},
{
id: "4",
name: "Family Classic",
price: "$15.00",
imageSrc: "http://img.b2bpic.net/free-photo/powder-chili-peppers-bowl_1127-128.jpg?_wi=2",
},
{
id: "5",
name: "Gourmet Masala",
price: "$18.00",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-bowl-red-pepper-spice-isolated-white-background_181624-61314.jpg?_wi=4",
},
{
id: "6",
name: "Pure Dry Chilli",
price: "$9.50",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-raw-spices_23-2148882520.jpg?_wi=2",
},
]}
title="Our Signature Blends"
description="Choose from our range of spice blends, catering to every heat preference and culinary need."
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{ id: "1", name: "Royal Kashmiri Blend", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/red-chilli-paste-black_1150-25546.jpg" },
{ id: "2", name: "Extra Hot Spice", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/cayenne-dried-pepper-small-wooden-plate_1150-35722.jpg" },
{ id: "3", name: "Everyday Mild", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-black-peppercorns-with-wooden-spoon-black-background-close-up-photo_114579-68691.jpg" },
{ id: "4", name: "Family Classic", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/powder-chili-peppers-bowl_1127-128.jpg" },
{ id: "5", name: "Gourmet Masala", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-bowl-red-pepper-spice-isolated-white-background_181624-61314.jpg" },
{ id: "6", name: "Pure Dry Chilli", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-raw-spices_23-2148882520.jpg" },
]}
title="Our Signature Blends"
description="Choose from our range of spice blends, catering to every heat preference and culinary need."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sunita K.",
handle: "@sunita_k",
testimonial: "Authentic flavour that reminds me of home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-spices_23-2148493571.jpg?_wi=2",
},
{
id: "t2",
name: "Amit Sharma",
handle: "@amit_s",
testimonial: "Excellent purity and the heat is perfectly balanced.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cup-shaped-cakes_1232-1312.jpg",
},
{
id: "t3",
name: "Rani Verma",
handle: "@rani_verma",
testimonial: "Best quality chilli powder I have found online.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-cooking_1398-5171.jpg",
},
{
id: "t4",
name: "Deepak H.",
handle: "@deepak_h",
testimonial: "My restaurant staff only uses Laxmi now.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-cutting-fresh-soft-persimmon-wooden-kitchen-board-with-knife-wooden-surface_141793-80585.jpg",
},
{
id: "t5",
name: "Meera Joshi",
handle: "@meera_j",
testimonial: "Consistent results in all my daily dishes.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preservation-method_23-2149185587.jpg",
},
]}
showRating={true}
title="Loved By Home Cooks"
description="See why generations of families trust Laxmi for their daily seasoning."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sunita K.", handle: "@sunita_k", testimonial: "Authentic flavour that reminds me of home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-spices_23-2148493571.jpg" },
{ id: "t2", name: "Amit Sharma", handle: "@amit_s", testimonial: "Excellent purity and the heat is perfectly balanced.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cup-shaped-cakes_1232-1312.jpg" },
{ id: "t3", name: "Rani Verma", handle: "@rani_verma", testimonial: "Best quality chilli powder I have found online.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-cooking_1398-5171.jpg" },
{ id: "t4", name: "Deepak H.", handle: "@deepak_h", testimonial: "My restaurant staff only uses Laxmi now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-cutting-fresh-soft-persimmon-wooden-kitchen-board-with-knife-wooden-surface_141793-80585.jpg" },
{ id: "t5", name: "Meera Joshi", handle: "@meera_j", testimonial: "Consistent results in all my daily dishes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preservation-method_23-2149185587.jpg" },
]}
showRating={true}
title="Loved By Home Cooks"
description="See why generations of families trust Laxmi for their daily seasoning."
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "rotated-rays-static",
}}
text="Ready to bring the authentic taste of Laxmi home? Contact us today for wholesale or direct orders."
buttons={[
{
text: "Contact Us",
href: "#",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{ variant: "rotated-rays-static" }}
text="Ready to bring the authentic taste of Laxmi home? Contact us today for wholesale or direct orders."
buttons={[{ text: "Contact Us", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/man-processing-coffee-beans_181624-56849.jpg?_wi=2"
logoText="Laxmi Chilli Grinder"
columns={[
{
title: "Products",
items: [
{
label: "All Blends",
href: "#",
},
{
label: "Wholesale",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "#",
},
{
label: "FAQs",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Our Process",
href: "#",
},
],
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/man-processing-coffee-beans_181624-56849.jpg"
logoText="Laxmi Chilli Grinder"
columns={[
{ title: "Products", items: [{ label: "All Blends", href: "#" }, { label: "Wholesale", href: "#" }] },
{ title: "Support", items: [{ label: "Contact", href: "#" }, { label: "FAQs", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Our Process", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);