Update src/app/reviews/page.tsx

This commit is contained in:
2026-04-06 15:45:46 +00:00
parent b33c87b1c8
commit 9ec6a4b014

View File

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