From 354a75b6060d6a60f466142bdd5d304bb5469973 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:10:19 +0000 Subject: [PATCH] Update src/app/store/page.tsx --- src/app/store/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/store/page.tsx b/src/app/store/page.tsx index a2f652b..dfd6df4 100644 --- a/src/app/store/page.tsx +++ b/src/app/store/page.tsx @@ -19,17 +19,17 @@ export default function StorePage() { const allProducts = [ { - id: "1", name: "Sourdough Loaf", price: "Rs 350", imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg", imageAlt: "Fresh sourdough loaf"}, + id: "1", name: "Sourdough Loaf", price: "Rs 350", imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg?_wi=1", imageAlt: "Fresh sourdough loaf"}, { - id: "2", name: "Butter Croissant", price: "Rs 200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg", imageAlt: "Buttery croissant"}, + id: "2", name: "Butter Croissant", price: "Rs 200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg?_wi=1", imageAlt: "Buttery croissant"}, { - id: "3", name: "NY Cheesecake", price: "Rs 450", imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg", imageAlt: "Fresh cheesecake slice"}, + id: "3", name: "NY Cheesecake", price: "Rs 450", imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg?_wi=1", imageAlt: "Fresh cheesecake slice"}, { - id: "4", name: "Whole Wheat Bread", price: "Rs 300", imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg", imageAlt: "Whole wheat bread loaf"}, + id: "4", name: "Whole Wheat Bread", price: "Rs 300", imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg?_wi=2", imageAlt: "Whole wheat bread loaf"}, { - id: "5", name: "Almond Croissant", price: "Rs 250", imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg", imageAlt: "Almond-filled croissant"}, + id: "5", name: "Almond Croissant", price: "Rs 250", imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg?_wi=2", imageAlt: "Almond-filled croissant"}, { - id: "6", name: "Chocolate Cake", price: "Rs 500", imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg", imageAlt: "Chocolate cake slice"}, + id: "6", name: "Chocolate Cake", price: "Rs 500", imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg?_wi=2", imageAlt: "Chocolate cake slice"}, ]; return ( -- 2.49.1