From fec5fe51dfbbe26823201a61cacbe83a3c73dec4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 10:56:37 +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 ec4fde7..89c31cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,7 +111,7 @@ export default function LandingPage() { products={[ { id: "croissant", brand: "Classic", name: "Butter Croissant", price: "$4.50", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88751.jpg", imageAlt: "Butter Croissant", isFavorited: true + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88751.jpg?_wi=1", imageAlt: "Butter Croissant", isFavorited: true }, { id: "sourdough", brand: "Artisan", name: "Sourdough Loaf", price: "$7.00", rating: 5, @@ -193,7 +193,7 @@ export default function LandingPage() { }, { id: "croissant-special", brand: "Limited", name: "Chocolate Almond Croissant", price: "$6.50", rating: 5, - reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88751.jpg", imageAlt: "Chocolate Almond Croissant", isFavorited: false + reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88751.jpg?_wi=2", imageAlt: "Chocolate Almond Croissant", isFavorited: false } ]} gridVariant="two-columns-alternating-heights" @@ -231,7 +231,7 @@ export default function LandingPage() { id: "6", title: "Do you have seating and WiFi?", content: "Yes! We have comfortable seating throughout our café, free high-speed WiFi, and power outlets. It's the perfect space for working, meeting friends, or simply enjoying our products in a warm atmosphere." } ]} - imageSrc="http://img.b2bpic.net/free-photo/dessert-catering_1203-2655.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dessert-catering_1203-2655.jpg?_wi=1" imageAlt="Eats Bakery & Coffee interior" mediaAnimation="opacity" mediaPosition="right" @@ -260,7 +260,7 @@ export default function LandingPage() {