Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-31 17:56:58 +00:00
2 changed files with 25 additions and 72 deletions

View File

@@ -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() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Über uns",
id: "about",
},
name: "Über uns", id: "about"},
{
name: "Getränke",
id: "products",
},
name: "Getränke", id: "products"},
{
name: "Kontakt",
id: "contact",
},
name: "Kontakt", id: "contact"},
]}
brandName="Hossein's Getränke"
/>
@@ -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() {
<ContactText
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
text="Hast du noch Fragen oder möchtest du direkt telefonisch bestellen? Ruf uns an oder schreib uns!"
buttons={[
{
text: "Jetzt anrufen",
href: "tel:+49123456789",
},
text: "Jetzt anrufen", href: "tel:+49123456789"},
{
text: "Per WhatsApp",
href: "https://wa.me/49123456789",
},
text: "Per WhatsApp", href: "https://wa.me/49123456789"},
]}
/>
</div>
@@ -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: "#"},
],
},
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fcfcfc;
--background: #fdf2f8;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #0a7039;
--foreground: #1a0b16;
--primary-cta: #db2777;
--primary-cta-text: #ffffff;
--secondary-cta: #15479c;
--secondary-cta: #fce7f3;
--secondary-cta-text: #ffffff;
--accent: #ff8c42;
--background-accent: #f3ede2;
--accent: #f472b6;
--background-accent: #fbcfe8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);