From 7358d911034d45dd0a30cf9c91a5cb56b45ac672 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 07:00:05 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 333 ++++++----------------------------------------- 1 file changed, 42 insertions(+), 291 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6ddffa..2442f2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,143 +32,35 @@ export default function LandingPage() {
@@ -178,24 +70,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - icon: Leaf, - title: "Regional & Frisch", - description: "Wir beziehen unsere Zutaten direkt von Bauern aus der Umgebung.", - }, - { - icon: Waves, - title: "Beste Seelage", - description: "Genießen Sie Ihr Abendessen mit direktem Blick auf das Wasser.", - }, - { - icon: Wine, - title: "Hausgebrautes", - description: "Erleben Sie unsere Auswahl an handwerklichen regionalen Bieren.", - }, + { icon: Leaf, title: "Saisonal", description: "Wir verarbeiten ausschließlich regionale Produkte der Saison." }, + { icon: Waves, title: "Seelage", description: "Direkt am Wasser speisen und den Sonnenuntergang genießen." }, + { icon: Wine, title: "Weinkeller", description: "Ausgesuchte Weine aus den besten deutschen Anbaugebieten." }, ]} - title="Was uns auszeichnet" - description="Qualität steht bei uns an oberster Stelle." + title="Was uns ausmacht" + description="Gastfreundschaft aus Überzeugung." /> @@ -205,86 +85,21 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - name: "Wiener Schnitzel", - price: "24,50 €", - variant: "Klassiker", - imageSrc: "http://img.b2bpic.net/free-photo/top-breaded-chicken-fillet-served-with-french-fries-fried-egg-cherry-tomatoes-plate_140725-12299.jpg", - }, - { - id: "2", - name: "Seeforelle gebraten", - price: "28,00 €", - variant: "Fisch", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-2765.jpg", - }, - { - id: "3", - name: "Bayerischer Wurstsalat", - price: "14,50 €", - variant: "Vorspeise", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-vegetables-plate-with-buns-table_141793-12571.jpg", - }, - { - id: "4", - name: "Apfelstrudel", - price: "8,50 €", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-epiphany-day-food-with-tableware_23-2148730487.jpg", - }, - { - id: "5", - name: "Frischer Gartensalat", - price: "12,00 €", - variant: "Vegan", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-fillet-with-herbs-vegetables-sauce-plate_141793-2974.jpg", - }, - { - id: "6", - name: "Rinderlende vom Grill", - price: "32,00 €", - variant: "Hauptspeise", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg", - }, + { id: "1", name: "Gebratene Seeforelle", price: "26,50 €", variant: "Fischspezialität", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-2765.jpg" }, + { id: "2", name: "Hausgemachte Rinderroulade", price: "22,90 €", variant: "Klassiker", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg" }, + { id: "3", name: "Vegetarische Maultaschen", price: "18,50 €", variant: "Vegetarisch", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-vegetables-plate-with-buns-table_141793-12571.jpg" }, ]} - title="Unsere Speisekarte" - description="Klassiker modern interpretiert." + title="Unsere Karte" + description="Traditionell und lecker." />
@@ -293,17 +108,9 @@ export default function LandingPage() { @@ -311,23 +118,11 @@ export default function LandingPage() { @@ -335,71 +130,27 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 0a262923e80dd0600ecd5378c79ef2122d292707 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 07:02:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2442f2c..6bb43c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,6 +81,7 @@ export default function LandingPage() {