diff --git a/src/app/page.tsx b/src/app/page.tsx index 704a925..519f58b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" },