2 Commits

Author SHA1 Message Date
64fd4d44c0 Update src/app/page.tsx 2026-04-22 12:21:35 +00:00
1d29a0e6d6 Merge version_1 into main
Merge version_1 into main
2026-04-22 12:05:18 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Samarth Papad" brandName="Samarth Papad"
/> />
@@ -55,31 +47,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Authentic Taste in Every Bite" title="Authentic Taste in Every Bite"
description="Samarth Papad Udyog brings you the finest traditional papads, crafted with love and care for your kitchen." description="Samarth Papad Udyog brings you the finest traditional papads, crafted with love and care for your kitchen."
mediaItems={[ mediaItems={[
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480121-5ttjceq0.jpg?_wi=1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480121-5ttjceq0.jpg?_wi=1", imageAlt: "Traditional Papad Variety"},
imageAlt: "Traditional Papad Variety",
},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-oocjz4uf.jpg?_wi=1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-oocjz4uf.jpg?_wi=1", imageAlt: "Crispy Snacks"},
imageAlt: "Crispy Snacks",
},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-nrv82ypk.jpg?_wi=1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-nrv82ypk.jpg?_wi=1", imageAlt: "Assorted Papads"},
imageAlt: "Assorted Papads",
},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-ctwpuw62.jpg?_wi=1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-ctwpuw62.jpg?_wi=1", imageAlt: "Traditional Texture"},
imageAlt: "Traditional Texture",
},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-6zclrawb.jpg?_wi=1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-6zclrawb.jpg?_wi=1", imageAlt: "Samarth Quality Snacks"},
imageAlt: "Samarth Quality Snacks",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -92,19 +73,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Award, icon: Award,
label: "Years of Tradition", label: "Years of Tradition", value: "20+"},
value: "20+",
},
{ {
icon: CheckCircle, icon: CheckCircle,
label: "Products Crafted", label: "Products Crafted", value: "50+"},
value: "50+",
},
{ {
icon: Users, icon: Users,
label: "Happy Families", label: "Happy Families", value: "10k+"},
value: "10k+",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -118,47 +93,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Classic Masala Papad", price: "₹100", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480121-5ttjceq0.jpg?_wi=2", imageAlt: "Masala Papad"},
name: "Classic Masala Papad",
price: "₹40",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480121-5ttjceq0.jpg?_wi=2",
imageAlt: "Masala Papad",
},
{ {
id: "p2", id: "p2", name: "Garlic Crunch Papad", price: "₹100", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-oocjz4uf.jpg?_wi=2", imageAlt: "Garlic Papad"},
name: "Garlic Crunch Papad",
price: "₹45",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-oocjz4uf.jpg?_wi=2",
imageAlt: "Garlic Papad",
},
{ {
id: "p3", id: "p3", name: "Spicy Chilli Papad", price: "₹100", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-nrv82ypk.jpg?_wi=2", imageAlt: "Spicy Papad"},
name: "Spicy Chilli Papad",
price: "₹42",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-nrv82ypk.jpg?_wi=2",
imageAlt: "Spicy Papad",
},
{ {
id: "p4", id: "p4", name: "Traditional Urad Papad", price: "₹100", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-ctwpuw62.jpg?_wi=2", imageAlt: "Urad Papad"},
name: "Traditional Urad Papad",
price: "₹38",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-ctwpuw62.jpg?_wi=2",
imageAlt: "Urad Papad",
},
{ {
id: "p5", id: "p5", name: "Moong Special Papad", price: "₹100", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-6zclrawb.jpg?_wi=2", imageAlt: "Moong Papad"},
name: "Moong Special Papad",
price: "₹50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-6zclrawb.jpg?_wi=2",
imageAlt: "Moong Papad",
},
{ {
id: "p6", id: "p6", name: "Pudina Tangy Papad", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/angry-young-handsome-cleaning-guy-wearing-t-shirt-cap-holding-plate-with-sponge-isolated-olive-green-wall_141793-91410.jpg?_wi=1", imageAlt: "Pudina Papad"},
name: "Pudina Tangy Papad",
price: "₹48",
imageSrc: "http://img.b2bpic.net/free-photo/angry-young-handsome-cleaning-guy-wearing-t-shirt-cap-holding-plate-with-sponge-isolated-olive-green-wall_141793-91410.jpg?_wi=1",
imageAlt: "Pudina Papad",
},
]} ]}
title="Our Signature Papads" title="Our Signature Papads"
description="Discover the crunch and flavor of our hand-prepared varieties." description="Discover the crunch and flavor of our hand-prepared varieties."
@@ -170,14 +115,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Retail Mart", "Retail Mart", "Fresh Foods", "Urban Grocery", "Spice Hub", "Quality Mart", "DailyNeeds", "Export Partners"]}
"Fresh Foods",
"Urban Grocery",
"Spice Hub",
"Quality Mart",
"DailyNeeds",
"Export Partners",
]}
title="Trusted Partner Across India" title="Trusted Partner Across India"
description="We are proud to serve over 500 retail partners nation-wide." description="We are proud to serve over 500 retail partners nation-wide."
/> />
@@ -190,40 +128,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sunita K.", handle: "@sunita_k", testimonial: "The best papads we've had in years! Absolutely crispy and authentic.", imageSrc: "http://img.b2bpic.net/free-photo/angry-young-handsome-cleaning-guy-wearing-t-shirt-cap-holding-plate-with-sponge-isolated-olive-green-wall_141793-91410.jpg?_wi=2"},
name: "Sunita K.",
handle: "@sunita_k",
testimonial: "The best papads we've had in years! Absolutely crispy and authentic.",
imageSrc: "http://img.b2bpic.net/free-photo/angry-young-handsome-cleaning-guy-wearing-t-shirt-cap-holding-plate-with-sponge-isolated-olive-green-wall_141793-91410.jpg?_wi=2",
},
{ {
id: "t2", id: "t2", name: "Rajesh M.", handle: "@rajesh_m", testimonial: "Perfect for evening snacks. The quality is consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1995.jpg"},
name: "Rajesh M.",
handle: "@rajesh_m",
testimonial: "Perfect for evening snacks. The quality is consistently excellent.",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1995.jpg",
},
{ {
id: "t3", id: "t3", name: "Priya D.", handle: "@priya_d", testimonial: "Brings back home-cooked memories. My family loves every variety.", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-thumb-up-eating-banana-gray-surface_114579-30552.jpg"},
name: "Priya D.",
handle: "@priya_d",
testimonial: "Brings back home-cooked memories. My family loves every variety.",
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-thumb-up-eating-banana-gray-surface_114579-30552.jpg",
},
{ {
id: "t4", id: "t4", name: "Vikram S.", handle: "@vikram_s", testimonial: "Great service and even better taste. Highly recommend to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/green-lentil-salad-with-herbs-onions-glass-cup_114579-15454.jpg"},
name: "Vikram S.",
handle: "@vikram_s",
testimonial: "Great service and even better taste. Highly recommend to everyone.",
imageSrc: "http://img.b2bpic.net/free-photo/green-lentil-salad-with-herbs-onions-glass-cup_114579-15454.jpg",
},
{ {
id: "t5", id: "t5", name: "Meera T.", handle: "@meera_t", testimonial: "Superb texture and flavor. Truly authentic quality in every pack.", imageSrc: "http://img.b2bpic.net/free-photo/funny-pretty-caucasian-cleaner-woman-holding-spray-cleaner-sponge_141793-124053.jpg"},
name: "Meera T.",
handle: "@meera_t",
testimonial: "Superb texture and flavor. Truly authentic quality in every pack.",
imageSrc: "http://img.b2bpic.net/free-photo/funny-pretty-caucasian-cleaner-woman-holding-spray-cleaner-sponge_141793-124053.jpg",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Real stories from families enjoying our traditional flavors." description="Real stories from families enjoying our traditional flavors."
@@ -235,25 +148,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What is the shelf life?", content: "Our papads are best consumed within 6 months of the packaging date."},
title: "What is the shelf life?",
content: "Our papads are best consumed within 6 months of the packaging date.",
},
{ {
id: "q2", id: "q2", title: "Do you offer wholesale?", content: "Yes, we partner with retail stores and distributors across India."},
title: "Do you offer wholesale?",
content: "Yes, we partner with retail stores and distributors across India.",
},
{ {
id: "q3", id: "q3", title: "Are your ingredients organic?", content: "We source high-quality, sun-dried traditional ingredients for all our products."},
title: "Are your ingredients organic?",
content: "We source high-quality, sun-dried traditional ingredients for all our products.",
},
{ {
id: "q4", id: "q4", title: "How to store them?", content: "Keep them in an airtight container in a cool, dry place."},
title: "How to store them?",
content: "Keep them in an airtight container in a cool, dry place.",
},
]} ]}
sideTitle="Commonly Asked Questions" sideTitle="Commonly Asked Questions"
sideDescription="Get answers about our products and ordering process." sideDescription="Get answers about our products and ordering process."
@@ -265,11 +166,10 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Contact Us" tag="Contact Us"
title="Get in Touch Today" title="Get in Touch Today"
description="Have questions or interested in bulk orders? Reach out to our team." description="Have questions or interested in bulk orders? Email us at sdesai2082@gmail.com."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-6zclrawb.jpg?_wi=3" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiCz2ohSKwG7oeqRZoGTD9OuQr/uploaded-1776859480122-6zclrawb.jpg?_wi=3"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -281,33 +181,21 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Products", label: "Products", href: "#products"},
href: "#products",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Bulk Orders", label: "Bulk Orders", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}