diff --git a/src/app/page.tsx b/src/app/page.tsx index 33af33c..117436c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,13 +78,13 @@ export default function BakeryPage() { tag="Bestsellers" products={[ { - id: "1", name: "Butter Croissants", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissants-table_140725-733.jpg", imageAlt: "Golden butter croissants" + id: "1", name: "Butter Croissants", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissants-table_140725-733.jpg?_wi=1", imageAlt: "Golden butter croissants" }, { - id: "2", name: "Artisan Sourdough", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg", imageAlt: "Fresh artisan sourdough loaf" + id: "2", name: "Artisan Sourdough", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg?_wi=1", imageAlt: "Fresh artisan sourdough loaf" }, { - id: "3", name: "Chocolate Cake", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pieces-cake-ready-be-served_23-2148622345.jpg", imageAlt: "Rich homemade chocolate cake" + id: "3", name: "Chocolate Cake", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pieces-cake-ready-be-served_23-2148622345.jpg?_wi=1", imageAlt: "Rich homemade chocolate cake" } ]} gridVariant="three-columns-all-equal-width" @@ -104,15 +104,15 @@ export default function BakeryPage() { features={[ { id: "1", title: "100% Natural Ingredients", tags: ["Quality", "Fresh", "No Preservatives"], - imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissants-table_140725-733.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissants-table_140725-733.jpg?_wi=2" }, { id: "2", title: "Baked Fresh Daily", tags: ["Daily Baking", "Always Fresh", "Quality Assured"], - imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg?_wi=2" }, { id: "3", title: "Family-Owned Tradition", tags: ["Family", "Heritage", "20+ Years"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pieces-cake-ready-be-served_23-2148622345.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pieces-cake-ready-be-served_23-2148622345.jpg?_wi=2" } ]} animationType="slide-up"