From a9bafd9c5e750e7310d6132f796aff43c8a41070 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:06:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 220 +++++++++++++---------------------------------- 1 file changed, 58 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 313b8af..d82342b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,16 @@ export default function LandingPage() { @@ -55,108 +45,58 @@ export default function LandingPage() {
@@ -166,7 +106,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Unser Wohnzimmer, dein Café" description="Was als Idee für einen Ort begann, an dem Musik auf Kaffee trifft, ist heute unsere Südstadt-Heimat. Wir stehen jeden Tag selbst hinter der Theke, um genau die Atmosphäre zu schaffen, die wir selbst lieben: authentisch, herzlich und voll Vinyl-Charakter. Hier gibt es keine Eile, nur gute Platten und das bewusste Langsam-Werden. Komm vorbei, setz dich in unsere Sofas und lass den Alltag draußen." - imageSrc="http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg" imageAlt="Der Inhaber im Gespräch mit Kunden" /> @@ -178,36 +118,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Heißgetränke", - descriptions: [ - "Filterkaffee", - "Espresso", - "Cappuccino", - "Latte Macchiato", - "Ausgewählte Tees", - ], - imageSrc: "http://img.b2bpic.net/free-photo/mug-cloth-stump_23-2147885992.jpg?_wi=2", - }, + id: "1", title: "Heißgetränke", descriptions: [ + "Filterkaffee", "Espresso", "Cappuccino", "Latte Macchiato", "Ausgewählte Tees"], + imageSrc: "http://img.b2bpic.net/free-photo/mug-cloth-stump_23-2147885992.jpg"}, { - id: "2", - title: "Süßes", - descriptions: [ - "Hausgemachter Kuchen", - "Frisches Gebäck", - "Tägliche wechselnde Auswahl", - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-african-business-woman-wear-blue-blouse-skirt-sitting-cafe_627829-782.jpg?_wi=1", - }, + id: "2", title: "Süßes", descriptions: [ + "Hausgemachter Kuchen", "Frisches Gebäck", "Tägliche wechselnde Auswahl"], + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-african-business-woman-wear-blue-blouse-skirt-sitting-cafe_627829-782.jpg"}, { - id: "3", - title: "Herzhaftes", - descriptions: [ - "Belegte Brote mit lokalen Zutaten", - "Frühstücks-Snacks", - ], - imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-record-player-with-vinyl-disc_23-2150315208.jpg?_wi=2", - }, + id: "3", title: "Herzhaftes", descriptions: [ + "Belegte Brote mit lokalen Zutaten", "Frühstücks-Snacks"], + imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-record-player-with-vinyl-disc_23-2150315208.jpg"}, ]} title="Hausgemacht & frisch" description="Wir setzen auf Qualität und lokale Verbundenheit. Alles was wir servieren, ist mit Liebe ausgewählt." @@ -216,41 +137,26 @@ export default function LandingPage() { @@ -271,8 +176,7 @@ export default function LandingPage() { @@ -283,25 +187,17 @@ export default function LandingPage() { { items: [ { - label: "Impressum", - href: "#", - }, + label: "Impressum", href: "#"}, { - label: "Datenschutz", - href: "#", - }, + label: "Datenschutz", href: "#"}, ], }, { items: [ { - label: "Bonner Str. 348", - href: "#", - }, + label: "Bonner Str. 348", href: "#"}, { - label: "50968 Köln", - href: "#", - }, + label: "50968 Köln", href: "#"}, ], }, ]} -- 2.49.1