From 64fd4d44c0b755dc924f550bf33c56c70898ca29 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:21:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 188 ++++++++++------------------------------------- 1 file changed, 38 insertions(+), 150 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd4abf7..340bb9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,31 +47,20 @@ export default function LandingPage() {
@@ -92,19 +73,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years of Tradition", - value: "20+", - }, + label: "Years of Tradition", value: "20+"}, { icon: CheckCircle, - label: "Products Crafted", - value: "50+", - }, + label: "Products Crafted", value: "50+"}, { icon: Users, - label: "Happy Families", - value: "10k+", - }, + label: "Happy Families", value: "10k+"}, ]} metricsAnimation="slide-up" /> @@ -118,47 +93,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - 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: "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"}, { - id: "p2", - 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: "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"}, { - id: "p3", - 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: "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"}, { - id: "p4", - 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: "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"}, { - id: "p5", - 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: "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"}, { - id: "p6", - 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", - }, + 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"}, ]} title="Our Signature Papads" description="Discover the crunch and flavor of our hand-prepared varieties." @@ -170,14 +115,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Retail Mart", - "Fresh Foods", - "Urban Grocery", - "Spice Hub", - "Quality Mart", - "DailyNeeds", - "Export Partners", - ]} + "Retail Mart", "Fresh Foods", "Urban Grocery", "Spice Hub", "Quality Mart", "DailyNeeds", "Export Partners"]} title="Trusted Partner Across India" description="We are proud to serve over 500 retail partners nation-wide." /> @@ -190,40 +128,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, ]} title="What Our Customers Say" description="Real stories from families enjoying our traditional flavors." @@ -235,25 +148,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "What is the shelf life?", - content: "Our papads are best consumed within 6 months of the packaging date.", - }, + id: "q1", title: "What is the shelf life?", content: "Our papads are best consumed within 6 months of the packaging date."}, { - id: "q2", - title: "Do you offer wholesale?", - content: "Yes, we partner with retail stores and distributors across India.", - }, + id: "q2", title: "Do you offer wholesale?", content: "Yes, we partner with retail stores and distributors across India."}, { - id: "q3", - title: "Are your ingredients organic?", - content: "We source high-quality, sun-dried traditional ingredients for all our products.", - }, + id: "q3", title: "Are your ingredients organic?", content: "We source high-quality, sun-dried traditional ingredients for all our products."}, { - id: "q4", - title: "How to store them?", - content: "Keep them in an airtight container in a cool, dry place.", - }, + id: "q4", title: "How to store them?", content: "Keep them in an airtight container in a cool, dry place."}, ]} sideTitle="Commonly Asked Questions" sideDescription="Get answers about our products and ordering process." @@ -265,11 +166,10 @@ export default function LandingPage() { @@ -281,33 +181,21 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Products", - href: "#products", - }, + label: "Products", href: "#products"}, ], }, { items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Bulk Orders", - href: "#contact", - }, + label: "Bulk Orders", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -317,4 +205,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1