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", }, ]} />