From 3cb9a46e4c4961f9fdb5326c14c50e70e10f37a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:39:47 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." -- 2.49.1 From 66cef9c90ff35952a1b36acabb4e7e814ac3d628 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:39:47 +0000 Subject: [PATCH 2/2] Update src/app/specialties/page.tsx --- src/app/specialties/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." -- 2.49.1