From 3ac21212b3a265c6927c4a0b5811e00d4ac2e006 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:45:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7750619..7960892 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,11 +50,11 @@ export default function HomePage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg", imageAlt: "Colorful sweets display"}, + imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg?_wi=1", imageAlt: "Colorful sweets display"}, { - imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg", imageAlt: "Fresh gulab jamun"}, + imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg?_wi=1", imageAlt: "Fresh gulab jamun"}, { - imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg", imageAlt: "Danta Mithai store front"}, + imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg?_wi=1", imageAlt: "Danta Mithai store front"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -73,7 +73,7 @@ export default function HomePage() { products={[ { id: "1", brand: "Danta Mithai", name: "Gulab Jamun", price: "₹150 per kg", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg", imageAlt: "Gulab Jamun"}, + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg?_wi=2", imageAlt: "Gulab Jamun"}, { id: "2", brand: "Danta Mithai", name: "Rasgulla", price: "₹180 per kg", rating: 5, reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", imageAlt: "Rasgulla"}, @@ -134,9 +134,9 @@ export default function HomePage() { { id: "1", tag: "Quality", title: "Premium Fresh Ingredients", description: "We use only the finest quality ingredients sourced locally to ensure authentic taste and freshness", imageSrc: "http://img.b2bpic.net/free-photo/ingredients-making-buns-pies-with-jam-fresh-pears-wooden-background-top-view-copy-space_127032-3138.jpg", imageAlt: "Fresh ingredients"}, { - id: "2", tag: "Traditional", title: "Authentic Recipes", description: "Made using traditional Rajasthani recipes passed down through generations of our family", imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg", imageAlt: "Store front"}, + id: "2", tag: "Traditional", title: "Authentic Recipes", description: "Made using traditional Rajasthani recipes passed down through generations of our family", imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg?_wi=2", imageAlt: "Store front"}, { - id: "3", tag: "Quick", title: "Fast Delivery", description: "Quick service for urgent orders, festivals, weddings, and bulk requirements with timely delivery", imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg", imageAlt: "Sweets display"}, + id: "3", tag: "Quick", title: "Fast Delivery", description: "Quick service for urgent orders, festivals, weddings, and bulk requirements with timely delivery", imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg?_wi=2", imageAlt: "Sweets display"}, ]} /> -- 2.49.1