From 71cf19a64e333382ddcca816d0661a7ee8d21fde Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 03:44:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8626290..04b3a48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { 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/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" }, @@ -65,7 +65,7 @@ export default function LandingPage() { 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" + imageSrc="http://img.b2bpic.net/free-photo/male-cook-cuts-orange-into-pieces-marble-table_2831-7988.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -95,8 +95,8 @@ export default function LandingPage() { 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: "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." -- 2.49.1