Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-20 03:43:43 +00:00

View File

@@ -17,317 +17,157 @@ import { Award } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
defaultButtonVariant="bounce-effect"
defaultTextAnimation="entrance-slide"
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">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "products",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="LMB"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="LMB"
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="LMB"
description="Celebrating the heritage of authentic Indian sweets and traditional snacks since 1950. Taste the purity in every bite."
buttons={[
{
text: "Explore Menu",
href: "#products",
},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/colorful-baskets-fresh-spices-sale-generated-by-ai_188544-9016.jpg?_wi=1",
imageAlt: "traditional indian sweet shop interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/indian-dessert-presentation-wedding_23-2151994688.jpg",
imageAlt: "traditional indian sweet shop interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/butter-cookies-wooden-board_114579-20705.jpg",
imageAlt: "traditional indian sweet shop interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mexican-style_1321-487.jpg",
imageAlt: "traditional indian sweet shop interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/dark-wooden-board-full-sweet-multicolored-popcorn_114579-70515.jpg",
imageAlt: "traditional indian sweet shop interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-vintage-interior-ofroom_1232-4761.jpg",
imageAlt: "traditional indian sweet shop interior",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="LMB"
description="Celebrating the heritage of authentic Indian sweets and traditional snacks since 1950. Taste the purity in every bite."
buttons={[{ text: "Explore Menu", href: "#products" }]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/colorful-baskets-fresh-spices-sale-generated-by-ai_188544-9016.jpg", imageAlt: "traditional indian sweet shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/indian-dessert-presentation-wedding_23-2151994688.jpg", imageAlt: "traditional indian sweet shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/butter-cookies-wooden-board_114579-20705.jpg", imageAlt: "traditional indian sweet shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-style_1321-487.jpg", imageAlt: "traditional indian sweet shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-wooden-board-full-sweet-multicolored-popcorn_114579-70515.jpg", imageAlt: "traditional indian sweet shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxurious-vintage-interior-ofroom_1232-4761.jpg", imageAlt: "traditional indian sweet shop interior" },
]}
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Our Heritage"
title="A Legacy of Sweet Traditions"
description="Laxmi Misthan Bhandar started as a small kitchen dedicated to preserving ancient Indian recipes. Today, we continue that legacy by sourcing premium ingredients to craft legendary mithai."
subdescription="Every sweet is handcrafted with love and care, maintaining the authenticity our customers have cherished for generations."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/male-cook-cuts-orange-into-pieces-marble-table_2831-7988.jpg?_wi=1"
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Our Heritage"
title="A Legacy of Sweet Traditions"
description="Laxmi Misthan Bhandar started as a small kitchen dedicated to preserving ancient Indian recipes. Today, we continue that legacy by sourcing premium ingredients to craft legendary mithai."
subdescription="Every sweet is handcrafted with love and care, maintaining the authenticity our customers have cherished for generations."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/male-cook-cuts-orange-into-pieces-marble-table_2831-7988.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Classic Laddu",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepernoten-dessert-still-life_23-2149766704.jpg",
},
{
id: "2",
name: "Gulab Jamun",
price: "$15.00",
imageSrc: "http://img.b2bpic.net/free-photo/baked-red-bean-paste-buns-place-brown-fabric-served-with-coffee_1150-35411.jpg",
},
{
id: "3",
name: "Royal Barfi",
price: "$18.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pink-cakes-with-candies-cookies-white-desk-sweet-cake-biscuit-tea-pie-cookies_140725-64520.jpg",
},
{
id: "4",
name: "Crispy Samosa",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/variety-salted-crackers-orange-bowl_114579-54041.jpg",
},
{
id: "5",
name: "Fresh Jalebi",
price: "$10.00",
imageSrc: "http://img.b2bpic.net/free-photo/orange-roll-barfee-barfi-sweet-mitlai_466689-71823.jpg",
},
{
id: "6",
name: "Spongy Rasgulla",
price: "$14.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cookies-inside-plate-yellow-floor_140725-29803.jpg",
},
]}
title="Our Signature Specialties"
description="Discover our collection of handcrafted sweets and traditional savory snacks."
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "1", name: "Classic Laddu", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepernoten-dessert-still-life_23-2149766704.jpg" },
{ id: "2", name: "Gulab Jamun", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/baked-red-bean-paste-buns-place-brown-fabric-served-with-coffee_1150-35411.jpg" },
{ id: "3", name: "Royal Barfi", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pink-cakes-with-candies-cookies-white-desk-sweet-cake-biscuit-tea-pie-cookies_140725-64520.jpg" },
{ id: "4", name: "Crispy Samosa", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/variety-salted-crackers-orange-bowl_114579-54041.jpg" },
{ id: "5", name: "Fresh Jalebi", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/orange-roll-barfee-barfi-sweet-mitlai_466689-71823.jpg" },
{ id: "6", name: "Spongy Rasgulla", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cookies-inside-plate-yellow-floor_140725-29803.jpg" },
]}
title="Our Signature Specialties"
description="Discover our collection of handcrafted sweets and traditional savory snacks."
/>
</div>
<div id="features" data-section="features">
<FeatureCardEight
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Pure Ingredients",
description: "We use only premium, locally sourced ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-classroom_23-2151696428.jpg",
imageAlt: "indian food association badge",
},
{
title: "Heritage Recipes",
description: "Authentic methods passed down through generations.",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-baskets-fresh-spices-sale-generated-by-ai_188544-9016.jpg?_wi=2",
imageAlt: "indian food association badge",
},
{
title: "Hygienic Standards",
description: "Strict quality control in every production batch.",
imageSrc: "http://img.b2bpic.net/free-photo/male-cook-cuts-orange-into-pieces-marble-table_2831-7988.jpg?_wi=2",
imageAlt: "indian food association badge",
},
]}
title="Why Choose LMB?"
description="Our commitment to quality ensures every sweet is a moment of pure bliss."
/>
</div>
<div id="features" data-section="features">
<FeatureCardEight
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Pure Ingredients", description: "We use only premium, locally sourced ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-classroom_23-2151696428.jpg", imageAlt: "indian food association badge" },
{ title: "Heritage Recipes", description: "Authentic methods passed down through generations.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-baskets-fresh-spices-sale-generated-by-ai_188544-9016.jpg", imageAlt: "indian food association badge" },
{ title: "Hygienic Standards", description: "Strict quality control in every production batch.", imageSrc: "http://img.b2bpic.net/free-photo/male-cook-cuts-orange-into-pieces-marble-table_2831-7988.jpg", imageAlt: "indian food association badge" },
]}
title="Why Choose LMB?"
description="Our commitment to quality ensures every sweet is a moment of pure bliss."
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"FSSAI Certified",
"Food Standards Council",
"Culinary Excellence",
"Heritage Business Award",
"Global Taste Award",
"National Quality Seal",
"Authentic Food Board",
]}
title="Recognized for Quality"
description="We are honored to be recognized by leading culinary institutions."
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={["FSSAI Certified", "Food Standards Council", "Culinary Excellence", "Heritage Business Award", "Global Taste Award", "National Quality Seal", "Authentic Food Board"]}
title="Recognized for Quality"
description="We are honored to be recognized by leading culinary institutions."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ananya Sharma",
role: "Food Blogger",
company: "Taste of India",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-having-indian-food_53876-40943.jpg",
},
{
id: "2",
name: "Rajesh Gupta",
role: "Longtime Fan",
company: "Local Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-male-gardener-wearing-gardening-hat-stucks-out-tongue-holds-broken-hot-pepper_141793-70732.jpg",
},
{
id: "3",
name: "Meera Iyer",
role: "Culinary Student",
company: "Hospitality Institute",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-eating-cookie-kitchen_1262-17120.jpg",
},
{
id: "4",
name: "Vikram Singh",
role: "Customer",
company: "Local Business",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-talking-phone_23-2148660691.jpg",
},
{
id: "5",
name: "Sunita Devi",
role: "Customer",
company: "Home Maker",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cakes-with-crackers-macarons-light-white-surface-biscuit-bake-cake-sweet-sugar-cookie_140725-64344.jpg",
},
]}
title="What Our Customers Say"
description="Hear from those who have been part of our journey."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Ananya Sharma", role: "Food Blogger", company: "Taste of India", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-having-indian-food_53876-40943.jpg" },
{ id: "2", name: "Rajesh Gupta", role: "Longtime Fan", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-male-gardener-wearing-gardening-hat-stucks-out-tongue-holds-broken-hot-pepper_141793-70732.jpg" },
{ id: "3", name: "Meera Iyer", role: "Culinary Student", company: "Hospitality Institute", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-eating-cookie-kitchen_1262-17120.jpg" },
{ id: "4", name: "Vikram Singh", role: "Customer", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-talking-phone_23-2148660691.jpg" },
{ id: "5", name: "Sunita Devi", role: "Customer", company: "Home Maker", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cakes-with-crackers-macarons-light-white-surface-biscuit-bake-cake-sweet-sugar-cookie_140725-64344.jpg" },
]}
title="What Our Customers Say"
description="Hear from those who have been part of our journey."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Do you offer bulk orders?",
content: "Yes, we handle bulk orders for festivals and weddings with advance notice.",
},
{
id: "2",
title: "Are your ingredients organic?",
content: "We prioritize farm-fresh ingredients to maintain high quality.",
},
{
id: "3",
title: "Where can we buy your sweets?",
content: "Our sweets are available at our flagship store and through local distributors.",
},
]}
title="Frequently Asked Questions"
description="Get answers to common queries about our products and services."
faqsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{ id: "1", title: "Do you offer bulk orders?", content: "Yes, we handle bulk orders for festivals and weddings with advance notice." },
{ id: "2", title: "Are your ingredients organic?", content: "We prioritize farm-fresh ingredients to maintain high quality." },
{ id: "3", title: "Where can we buy your sweets?", content: "Our sweets are available at our flagship store and through local distributors." },
]}
title="Frequently Asked Questions"
description="Get answers to common queries about our products and services."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Visit or Reach Out"
description="Get in touch for orders or inquiries."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
{
name: "email",
type: "email",
placeholder: "Your Email",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-vintage-shop-window_141667-3.jpg"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Visit or Reach Out"
description="Get in touch for orders or inquiries."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-vintage-shop-window_141667-3.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="LMB"
columns={[
{
title: "Shop",
items: [
{
label: "Menu",
href: "#products",
},
{
label: "About",
href: "#about",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="LMB"
columns={[
{ title: "Shop", items: [{ label: "Menu", href: "#products" }, { label: "About", href: "#about" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);