From 5a6354f40709ecd9fd376a1e54d6873615da1328 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:56:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 85 +++++++++++------------------------------------- 1 file changed, 19 insertions(+), 66 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3cf8fd..de5c94f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="none" + background="fluid" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,9 +47,7 @@ export default function LandingPage() { description="Dein zuverlässiger Lieferdienst für Softdrinks, Säfte und Bier in der Region. Einfach bestellen, wir liefern schnell und direkt an deine Tür." buttons={[ { - text: "Jetzt bestellen", - href: "#products", - }, + text: "Jetzt bestellen", href: "#products"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bik3jzcnV9GSQo3jolepI9P7mM/uploaded-1774979301217-trf0nkar.jpg" imageAlt="Frische Getränke Lieferung" @@ -83,26 +73,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Softdrinks", - price: "ab 2,50 €", - variant: "verschiedene Sorten", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bik3jzcnV9GSQo3jolepI9P7mM/uploaded-1774979501480-ug7ngip8.jpg", - }, + id: "1", name: "Softdrinks", price: "ab 2,50 €", variant: "verschiedene Sorten", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bik3jzcnV9GSQo3jolepI9P7mM/uploaded-1774979501480-ug7ngip8.jpg"}, { - id: "2", - name: "Natürliche Säfte", - price: "ab 1,49 €", - variant: "direkt gepresst", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bik3jzcnV9GSQo3jolepI9P7mM/uploaded-1774979625478-v9yrtp09.jpg", - }, + id: "2", name: "Natürliche Säfte", price: "ab 1,49 €", variant: "direkt gepresst", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bik3jzcnV9GSQo3jolepI9P7mM/uploaded-1774979625478-v9yrtp09.jpg"}, { - id: "3", - name: "Frisches Bier", - price: "ab 12,99 €", - variant: "regional & international", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bik3jzcnV9GSQo3jolepI9P7mM/uploaded-1774979678208-jdvnxmk1.jpg", - }, + id: "3", name: "Frisches Bier", price: "ab 12,99 €", variant: "regional & international", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bik3jzcnV9GSQo3jolepI9P7mM/uploaded-1774979678208-jdvnxmk1.jpg"}, ]} title="Unsere Auswahl" description="Von erfrischenden Softdrinks über gesunde Säfte bis hin zu gekühltem Bier – hier findest du alles, was du brauchst." @@ -115,20 +90,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Wie schnell liefert ihr?", - content: "Normalerweise liefern wir innerhalb von 60 Minuten direkt an deine Haustür.", - }, + id: "q1", title: "Wie schnell liefert ihr?", content: "Normalerweise liefern wir innerhalb von 60 Minuten direkt an deine Haustür."}, { - id: "q2", - title: "Was kostet die Lieferung?", - content: "Ab einem Bestellwert von 20€ liefern wir in unserem Liefergebiet kostenlos.", - }, + id: "q2", title: "Was kostet die Lieferung?", content: "Ab einem Bestellwert von 20€ liefern wir in unserem Liefergebiet kostenlos."}, { - id: "q3", - title: "Welche Zahlungsmittel gibt es?", - content: "Du kannst bequem bar an der Tür oder per PayPal bezahlen.", - }, + id: "q3", title: "Welche Zahlungsmittel gibt es?", content: "Du kannst bequem bar an der Tür oder per PayPal bezahlen."}, ]} title="Häufige Fragen" description="Alles Wichtige zu unserem Lieferservice auf einen Blick." @@ -140,18 +106,13 @@ export default function LandingPage() { @@ -162,25 +123,17 @@ export default function LandingPage() { { items: [ { - label: "Über uns", - href: "#about", - }, + label: "Über uns", href: "#about"}, { - label: "Sortiment", - href: "#products", - }, + label: "Sortiment", href: "#products"}, ], }, { items: [ { - label: "Impressum", - href: "#", - }, + label: "Impressum", href: "#"}, { - label: "Datenschutz", - href: "#", - }, + label: "Datenschutz", href: "#"}, ], }, ]}