From 7be9b153e22f63f369098ecc504abc8883df0a4c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:00:20 +0000 Subject: [PATCH] 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 97df6ac..aad7dc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Reservieren", href: "#contact" }, { text: "Menü ansehen", href: "#menu" } ]} - imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-decorations-plant-wooden-surface_181624-60401.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-decorations-plant-wooden-surface_181624-60401.jpg?_wi=1" imageAlt="Premium Cappuccino mit Croissant" mediaAnimation="blur-reveal" imagePosition="right" @@ -96,7 +96,7 @@ export default function LandingPage() { id: "extras", name: "Extras", price: "ab €2,50", variant: "Ei • Lachs • Obst • Joghurt", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lunch-packed-different-boxes-fresh-healthy-eating-wooden-background_482257-31547.jpg", imageAlt: "Extras Auswahl" }, { - id: "coffee", name: "Getränk", price: "ab €3,00", variant: "Espresso • Cappuccino • Latte • Tee", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-decorations-plant-wooden-surface_181624-60401.jpg", imageAlt: "Getränk Auswahl" + id: "coffee", name: "Getränk", price: "ab €3,00", variant: "Espresso • Cappuccino • Latte • Tee", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-decorations-plant-wooden-surface_181624-60401.jpg?_wi=2", imageAlt: "Getränk Auswahl" } ]} />