Update src/app/page.tsx

This commit is contained in:
2026-03-12 11:00:20 +00:00
parent 1b82dcc553
commit 7be9b153e2

View File

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