From a1c65e5c91f06fd4b09813349823e60fc5d549d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:36:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 258 ++++++++--------------------------------------- 1 file changed, 44 insertions(+), 214 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99404b6..3156a84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,24 +28,13 @@ export default function LandingPage() { @@ -53,92 +42,31 @@ export default function LandingPage() { @@ -147,15 +75,8 @@ export default function LandingPage() { @@ -167,27 +88,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Hausgemachter Apfelkuchen", - price: "4,50 €", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-cherry-tomatoes-lettuce-sliced-radish-pomegranate-lemon-sauce-white-plate_141793-2971.jpg", - }, - { - id: "2", - name: "Caffè Latte Artisan", - price: "3,80 €", - variant: "Getränk", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-pastry-coffee-near-leaves-floor_23-2147869469.jpg", - }, - { - id: "3", - name: "Regionales Craft-Bier", - price: "4,20 €", - variant: "Getränk", - imageSrc: "http://img.b2bpic.net/free-vector/coffee-guide-poster-template_23-2148568725.jpg", - }, + { id: "1", name: "Hausgemachter Apfelkuchen", price: "4,50 €", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-cherry-tomatoes-lettuce-sliced-radish-pomegranate-lemon-sauce-white-plate_141793-2971.jpg" }, + { id: "2", name: "Caffè Latte Artisan", price: "3,80 €", variant: "Getränk", imageSrc: "http://img.b2bpic.net/free-photo/fresh-pastry-coffee-near-leaves-floor_23-2147869469.jpg" }, + { id: "3", name: "Regionales Craft-Bier", price: "4,20 €", variant: "Getränk", imageSrc: "http://img.b2bpic.net/free-vector/coffee-guide-poster-template_23-2148568725.jpg" }, ]} title="Unsere Spezialitäten" description="Eine Auswahl unserer beliebtesten Speisen und Getränke." @@ -201,46 +104,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sabine M.", - role: "Stammgast", - company: "Wurzbach", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg?_wi=3", - }, - { - id: "t2", - name: "Thomas K.", - role: "Musikfan", - company: "Wurzbach", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg?_wi=2", - }, - { - id: "t3", - name: "Maria B.", - role: "Besucherin", - company: "Umgebung", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg?_wi=2", - }, - { - id: "t4", - name: "Jens H.", - role: "Kaffeeliebhaber", - company: "Wurzbach", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756308.jpg?_wi=2", - }, - { - id: "t5", - name: "Anna L.", - role: "Stammgast", - company: "Wurzbach", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg?_wi=4", - }, + { id: "t1", name: "Sabine M.", role: "Stammgast", company: "Wurzbach", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg" }, + { id: "t2", name: "Thomas K.", role: "Musikfan", company: "Wurzbach", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg" }, + { id: "t3", name: "Maria B.", role: "Besucherin", company: "Umgebung", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg" }, + { id: "t4", name: "Jens H.", role: "Kaffeeliebhaber", company: "Wurzbach", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756308.jpg" }, + { id: "t5", name: "Anna L.", role: "Stammgast", company: "Wurzbach", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg" }, ]} title="Was unsere Gäste sagen" description="Erfahrungen unserer geschätzten Gäste aus Wurzbach und Umgebung." @@ -253,24 +121,10 @@ export default function LandingPage() { title="Besuche uns" description="Wir freuen uns auf deinen Besuch! Hast du Fragen oder möchtest du einen Tisch reservieren?" inputs={[ - { - name: "name", - type: "text", - placeholder: "Dein Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Deine E-Mail", - required: true, - }, + { name: "name", type: "text", placeholder: "Dein Name", required: true }, + { name: "email", type: "email", placeholder: "Deine E-Mail", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Deine Nachricht an uns...", - required: true, - }} + textarea={{ name: "message", placeholder: "Deine Nachricht an uns...", required: true }} imageSrc="http://img.b2bpic.net/free-photo/cheerful-woman-speaking-phone-cafe_23-2147785321.jpg" mediaAnimation="slide-up" /> @@ -281,46 +135,22 @@ export default function LandingPage() { logoText="Musikcafé Wurzbach" columns={[ { - title: "Navigation", - items: [ - { - label: "Start", - href: "#hero", - }, - { - label: "Über uns", - href: "#about", - }, - { - label: "Karte", - href: "#products", - }, + title: "Navigation", items: [ + { label: "Start", href: "#hero" }, + { label: "Über uns", href: "#about" }, + { label: "Karte", href: "#products" }, ], }, { - title: "Kontakt", - items: [ - { - label: "Kontaktformular", - href: "#contact", - }, - { - label: "Anfahrt", - href: "#", - }, + title: "Kontakt", items: [ + { label: "Kontaktformular", href: "#contact" }, + { label: "Anfahrt", href: "#" }, ], }, { - title: "Rechtliches", - items: [ - { - label: "Impressum", - href: "#", - }, - { - label: "Datenschutz", - href: "#", - }, + title: "Rechtliches", items: [ + { label: "Impressum", href: "#" }, + { label: "Datenschutz", href: "#" }, ], }, ]}