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: "#"},
],
},
]}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 9abffbb..a278d09 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -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);