From 9ec6a4b014b4bbf015562f8be12d016dfae8dc01 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:45:46 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 97dd21d..c3d79f7 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { descriptions: [ "Absolutely loved the latte.", ], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg?_wi=4", }, { id: "r2", @@ -72,7 +72,7 @@ export default function LandingPage() { descriptions: [ "Staff made me feel at home.", ], - imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821284.jpg?_wi=4", }, ]} /> @@ -92,14 +92,14 @@ export default function LandingPage() { name: "Cinnamon Roll", price: "$4.50", variant: "Bakery", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-cream-coffee-liqueur-with-ice-wooden-table_123827-29685.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-cream-coffee-liqueur-with-ice-wooden-table_123827-29685.jpg?_wi=5", }, { id: "p2", name: "Burrito", price: "$7.00", variant: "Breakfast", - imageSrc: "http://img.b2bpic.net/free-photo/aroma-background-love-house-taste_1232-3951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aroma-background-love-house-taste_1232-3951.jpg?_wi=6", }, ]} />