From 2d04f91935d5464470adb44a3e6c10c82184f1a4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 10:53:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b5b376..e630636 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,22 +126,22 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "prosecco", name: "Prosecco Frizzante", price: "5,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "Prosecco Italian Wine" + id: "prosecco", name: "Prosecco Frizzante", price: "5,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=1", imageAlt: "Prosecco Italian Wine" }, { - id: "aperol", name: "Aperol Spritz", price: "7,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "Aperol Spritz Cocktail" + id: "aperol", name: "Aperol Spritz", price: "7,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=2", imageAlt: "Aperol Spritz Cocktail" }, { - id: "hugo", name: "Hugo", price: "7,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "Hugo Cocktail" + id: "hugo", name: "Hugo", price: "7,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=3", imageAlt: "Hugo Cocktail" }, { - id: "pils", name: "Stauder Pils", price: "3,40 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "German Beer" + id: "pils", name: "Stauder Pils", price: "3,40 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=4", imageAlt: "German Beer" }, { - id: "weizen", name: "Erdinger Weizen", price: "5,50 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "Bavarian Wheat Beer" + id: "weizen", name: "Erdinger Weizen", price: "5,50 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=5", imageAlt: "Bavarian Wheat Beer" }, { - id: "espresso", name: "Espresso", price: "2,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "Italian Espresso" + id: "espresso", name: "Espresso", price: "2,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=6", imageAlt: "Italian Espresso" } ]} /> @@ -160,19 +160,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Schmidt", role: "Stammgast", company: "Essener Familie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=1" }, { id: "2", name: "Thomas Braun", role: "Restaurantkritiker", company: "Lokale Presse", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=2" }, { id: "3", name: "Elena Rossi", role: "Geschäftsfrau", company: "Da Camillo Liebhaber", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=3" }, { id: "4", name: "Klaus Mueller", role: "Gourmet", company: "Essen Südviertel", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=4" } ]} /> -- 2.49.1