diff --git a/src/app/page.tsx b/src/app/page.tsx index 737ce38..221c336 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,13 +105,13 @@ export default function LandingPage() { reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownie-cake-dessert-slices-with-raspberries-spices-top-view_114579-8378.jpg?_wi=2"}, { id: "p4", brand: "Tee", name: "Matcha Latte", price: "€4,50", rating: 4, - reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-cup-matcha-green-tea-with-latte-art_140725-7120.jpg"}, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-cup-matcha-green-tea-with-latte-art_140725-7120.jpg?_wi=1"}, { id: "p5", brand: "Frühstück", name: "Croissant", price: "€2,50", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissant-flowers-plate_23-2149660920.jpg?_wi=2"}, { id: "p6", brand: "Dessert", name: "Frucht-Törtchen", price: "€3,50", rating: 5, - reviewCount: "33", imageSrc: "http://img.b2bpic.net/free-photo/cake-donut-bakery-sweets-dessert-break-time_53876-16168.jpg"}, + reviewCount: "33", imageSrc: "http://img.b2bpic.net/free-photo/cake-donut-bakery-sweets-dessert-break-time_53876-16168.jpg?_wi=1"}, ]} title="Unsere Spezialitäten" description="Genießen Sie unsere handverlesene Auswahl an Kaffee, Tee und hausgemachten Backwaren." diff --git a/src/app/specialties/page.tsx b/src/app/specialties/page.tsx index c8e8cdf..b31e5a9 100644 --- a/src/app/specialties/page.tsx +++ b/src/app/specialties/page.tsx @@ -51,13 +51,13 @@ export default function SpecialtiesPage() { reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownie-cake-dessert-slices-with-raspberries-spices-top-view_114579-8378.jpg?_wi=2"}, { id: "p4", brand: "Tee", name: "Matcha Latte", price: "€4,50", rating: 4, - reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-cup-matcha-green-tea-with-latte-art_140725-7120.jpg"}, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-cup-matcha-green-tea-with-latte-art_140725-7120.jpg?_wi=2"}, { id: "p5", brand: "Frühstück", name: "Croissant", price: "€2,50", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissant-flowers-plate_23-2149660920.jpg?_wi=2"}, { id: "p6", brand: "Dessert", name: "Frucht-Törtchen", price: "€3,50", rating: 5, - reviewCount: "33", imageSrc: "http://img.b2bpic.net/free-photo/cake-donut-bakery-sweets-dessert-break-time_53876-16168.jpg"}, + reviewCount: "33", imageSrc: "http://img.b2bpic.net/free-photo/cake-donut-bakery-sweets-dessert-break-time_53876-16168.jpg?_wi=2"}, ]} title="Unsere Spezialitäten" description="Genießen Sie unsere handverlesene Auswahl an Kaffee, Tee und hausgemachten Backwaren."