Update src/app/page.tsx

This commit is contained in:
2026-03-08 22:04:37 +00:00
parent 1c8b4126a7
commit 5d4fa2e7b0

View File

@@ -86,8 +86,8 @@ export default function LandingPage() {
description="Authentische Schwäbische Küche mit regionalen Zutaten"
tag="Signature Dishes"
products={[
{ id: "1", name: "Schnitzel mit Pommes", price: "€24,50", variant: "Klassik vom Schwein", imageSrc: "http://img.b2bpic.net/free-photo/raw-pasta-bowl-spoon-wooden-kitchen-towel-flat-lay_176474-7036.jpg", imageAlt: "Knuspriges Schnitzel" },
{ id: "2", name: "Käsespätzle", price: "€18,90", variant: "Mit Laugenbrezel & Röstzwiebeln", imageSrc: "http://img.b2bpic.net/free-photo/raw-pasta-bowl-spoon-wooden-kitchen-towel-flat-lay_176474-7036.jpg", imageAlt: "Käsespätzle mit Zwiebeln" },
{ id: "1", name: "Schnitzel mit Pommes", price: "€24,50", variant: "Klassik vom Schwein", imageSrc: "http://img.b2bpic.net/free-photo/raw-pasta-bowl-spoon-wooden-kitchen-towel-flat-lay_176474-7036.jpg?_wi=1", imageAlt: "Knuspriges Schnitzel" },
{ id: "2", name: "Käsespätzle", price: "€18,90", variant: "Mit Laugenbrezel & Röstzwiebeln", imageSrc: "http://img.b2bpic.net/free-photo/raw-pasta-bowl-spoon-wooden-kitchen-towel-flat-lay_176474-7036.jpg?_wi=2", imageAlt: "Käsespätzle mit Zwiebeln" },
{ id: "3", name: "Rehbraten", price: "€28,50", variant: "Mit Wacholdersoße & Spätzle", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-dish-cutting-board-wooden-bowl-potatoes-with-mushrooms-cutting-board-fork-spruce-branches-with-cones_140725-117391.jpg", imageAlt: "Rehbraten mit Soße" },
{ id: "4", name: "Sauerbraten", price: "€22,90", variant: "Mit Knödel & Salat", imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-smoked-meat_23-2147930071.jpg", imageAlt: "Sauerbraten mit Knödel" },
{ id: "5", name: "Wildgulasch", price: "€26,90", variant: "Hausgemacht & herzhaft", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-sauce-can-appetizing-sauce-bowl-garlic_140725-71739.jpg", imageAlt: "Wildgulasch" },