From 0f53ad88f301d6184d96bdf771e30aa601e097e2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:47:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1c510d..ba0c2d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,19 +76,19 @@ export default function LandingPage() { id: "1", name: "Klassischer Döner Kebap", price: "€8,50", variant: "Fleisch • Sauce • Salat", imageSrc: "https://images.unsplash.com/photo-1565123409695-7b5ef63df2efx?w=500&h=500&fit=crop", imageAlt: "Klassischer Döner Kebap mit frischen Zutaten" }, { - id: "2", name: "Hähnchen Döner", price: "€8,00", variant: "Hähnchenfleisch • Knoblauch • Tomate", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=500&h=500&fit=crop", imageAlt: "Hähnchen Döner mit knusprigen Fries" + id: "2", name: "Hähnchen Döner", price: "€8,00", variant: "Hähnchenfleisch • Knoblauch • Tomate", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=500&h=500&fit=crop&_wi=1", imageAlt: "Hähnchen Döner mit knusprigen Fries" }, { - id: "3", name: "Premium Fleisch Döner", price: "€9,50", variant: "Rinderfleisch • Gewürze • Gemüse", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561404?w=500&h=500&fit=crop", imageAlt: "Premium Fleisch Döner mit aromatischen Gewürzen" + id: "3", name: "Premium Fleisch Döner", price: "€9,50", variant: "Rinderfleisch • Gewürze • Gemüse", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561404?w=500&h=500&fit=crop&_wi=1", imageAlt: "Premium Fleisch Döner mit aromatischen Gewürzen" }, { - id: "4", name: "Lamm Döner Spezial", price: "€10,00", variant: "Zartes Lammfleisch • Tahini • Gemüse", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561404?w=500&h=500&fit=crop", imageAlt: "Lamm Döner mit orientalischen Gewürzen" + id: "4", name: "Lamm Döner Spezial", price: "€10,00", variant: "Zartes Lammfleisch • Tahini • Gemüse", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561404?w=500&h=500&fit=crop&_wi=2", imageAlt: "Lamm Döner mit orientalischen Gewürzen" }, { - id: "5", name: "Vegetarischer Döner", price: "€7,50", variant: "Gegrilltes Gemüse • Hummus • Salat", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=500&h=500&fit=crop", imageAlt: "Vegetarischer Döner mit frischem Gemüse" + id: "5", name: "Vegetarischer Döner", price: "€7,50", variant: "Gegrilltes Gemüse • Hummus • Salat", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=500&h=500&fit=crop&_wi=2", imageAlt: "Vegetarischer Döner mit frischem Gemüse" }, { - id: "6", name: "Adana Kebap", price: "€9,00", variant: "Würziges Hackfleisch • Salat • Soße", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561404?w=500&h=500&fit=crop", imageAlt: "Adana Kebap - traditionell und würzig" + id: "6", name: "Adana Kebap", price: "€9,00", variant: "Würziges Hackfleisch • Salat • Soße", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561404?w=500&h=500&fit=crop&_wi=3", imageAlt: "Adana Kebap - traditionell und würzig" } ]} title="Unser Menü" -- 2.49.1