From d045fdf5510ddc8daddda281f9a0ba7c52632239 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:39:21 +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 7f3b806..b2e8470 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -192,7 +192,7 @@ export default function LandingPage() { price: "$22.00", rating: 5, reviewCount: "2,130", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901113.jpg?_wi=1", imageAlt: "Gourmet pepperoni pizza with glossy cheese", }, { @@ -222,7 +222,7 @@ export default function LandingPage() { price: "$24.00", rating: 4.5, reviewCount: "980", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901113.jpg?_wi=2", imageAlt: "Spicy buffalo chicken pizza", }, ]} @@ -243,7 +243,7 @@ export default function LandingPage() { quote: "This place is excellent! The pizza is so very tasty, and the atmosphere feels like a truly nice restaurant. Definitely my new favorite late-night spot.", name: "Sarah J.", role: "Food Critic", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg?_wi=1", imageAlt: "Sarah J. customer review", }, { @@ -279,7 +279,7 @@ export default function LandingPage() { quote: "Hands down, the best pizza in town! Very tasty, excellent quality, and the restaurant is just so nice. It's a must-visit.", name: "Jessica L.", role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg?_wi=2", imageAlt: "Jessica L. customer review", }, ]}