From 916f2571cff4461a586382750abfc7fcfdf455a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 22:15:51 +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 9c9296e..d27caba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function BakeryPage() { imageSrc: "http://img.b2bpic.net/free-photo/baker-with-flour-hand_169016-1422.jpg", imageAlt: "Fresh baked goods display" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg", imageAlt: "Golden croissant" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg?_wi=1", imageAlt: "Golden croissant" }, { - imageSrc: "http://img.b2bpic.net/free-photo/sliced-loaf-artisan-sourdough-bread-cutting-board-top-view-vertical-frame_166373-2967.jpg", imageAlt: "Artisan sourdough loaf" + imageSrc: "http://img.b2bpic.net/free-photo/sliced-loaf-artisan-sourdough-bread-cutting-board-top-view-vertical-frame_166373-2967.jpg?_wi=1", imageAlt: "Artisan sourdough loaf" }, { - imageSrc: "http://img.b2bpic.net/free-photo/vegan-austrian-sachertorte-cake_181624-61440.jpg", imageAlt: "Rich chocolate cake" + imageSrc: "http://img.b2bpic.net/free-photo/vegan-austrian-sachertorte-cake_181624-61440.jpg?_wi=1", imageAlt: "Rich chocolate cake" }, { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cinnamon-rolls-covered-white-glaze-black-table_181624-20360.jpg", imageAlt: "Warm cinnamon roll" @@ -79,13 +79,13 @@ export default function BakeryPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Classic Croissants", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg", imageAlt: "Golden croissants", initialQuantity: 1 + id: "1", name: "Classic Croissants", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg?_wi=2", imageAlt: "Golden croissants", initialQuantity: 1 }, { - id: "2", name: "Sourdough Loaf", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/sliced-loaf-artisan-sourdough-bread-cutting-board-top-view-vertical-frame_166373-2967.jpg", imageAlt: "Artisan sourdough", initialQuantity: 1 + id: "2", name: "Sourdough Loaf", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/sliced-loaf-artisan-sourdough-bread-cutting-board-top-view-vertical-frame_166373-2967.jpg?_wi=2", imageAlt: "Artisan sourdough", initialQuantity: 1 }, { - id: "3", name: "Chocolate Dream Cake", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/vegan-austrian-sachertorte-cake_181624-61440.jpg", imageAlt: "Chocolate cake", initialQuantity: 1 + id: "3", name: "Chocolate Dream Cake", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/vegan-austrian-sachertorte-cake_181624-61440.jpg?_wi=2", imageAlt: "Chocolate cake", initialQuantity: 1 } ]} /> -- 2.49.1