From 58a9d911096c2ecb3dff1e135f5ed17a4f3ab8b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:11:04 +0000 Subject: [PATCH 1/5] Update src/app/kontakt/page.tsx --- src/app/kontakt/page.tsx | 92 ++++++++-------------------------------- 1 file changed, 17 insertions(+), 75 deletions(-) diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx index 988f772..61f78d9 100644 --- a/src/app/kontakt/page.tsx +++ b/src/app/kontakt/page.tsx @@ -14,31 +14,23 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -81,49 +63,9 @@ export default function LandingPage() { -- 2.49.1 From 698e31633ded2749f05c7d62a214394c00c82d1a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:11:04 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 232 ++++++++--------------------------------------- 1 file changed, 39 insertions(+), 193 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25b6c4f..bd0fc13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,31 +17,23 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -203,36 +114,11 @@ export default function LandingPage() { title="Wir in Zahlen" description="Ihr lokaler Partner mit Herz." metrics={[ - { - id: "m1", - icon: Clock, - title: "Jahre Erfahrung", - value: "15+", - }, - { - id: "m2", - icon: Smile, - title: "Zufriedene Kunden", - value: "10.000+", - }, - { - id: "m3", - icon: Package, - title: "Versendete Pakete", - value: "50.000+", - }, - { - id: "m4", - icon: Coffee, - title: "Tassen Kaffee", - value: "Viel zu viele!", - }, - { - id: "m5", - icon: MapPin, - title: "Standorte", - value: "1", - }, + { id: "m1", icon: Clock, title: "Jahre Erfahrung", value: "15+" }, + { id: "m2", icon: Smile, title: "Zufriedene Kunden", value: "10.000+" }, + { id: "m3", icon: Package, title: "Versendete Pakete", value: "50.000+" }, + { id: "m4", icon: Coffee, title: "Tassen Kaffee", value: "Viel zu viele!" }, + { id: "m5", icon: MapPin, title: "Standorte", value: "1" }, ]} /> @@ -241,49 +127,9 @@ export default function LandingPage() { -- 2.49.1 From 0e69f05f08335d25e27a9b4e1a40152296c21a33 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:11:05 +0000 Subject: [PATCH 3/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 104 +++++++------------------------------- 1 file changed, 19 insertions(+), 85 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9d9be80..ee2831c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -14,31 +14,23 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -73,18 +57,8 @@ export default function LandingPage() { title="Service-Qualität" description="Schnell und zuverlässig." metrics={[ - { - id: "s1", - icon: Zap, - title: "Wartezeit", - value: "< 5 min", - }, - { - id: "s2", - icon: ThumbsUp, - title: "Service-Quote", - value: "99%", - }, + { id: "s1", icon: Zap, title: "Wartezeit", value: "< 5 min" }, + { id: "s2", icon: ThumbsUp, title: "Service-Quote", value: "99%" }, ]} /> @@ -93,49 +67,9 @@ export default function LandingPage() { -- 2.49.1 From fd9514811d8a1a261483bdadfa8b245281c5ed71 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:11:05 +0000 Subject: [PATCH 4/5] Update src/app/sortiment/page.tsx --- src/app/sortiment/page.tsx | 104 +++++++------------------------------ 1 file changed, 19 insertions(+), 85 deletions(-) diff --git a/src/app/sortiment/page.tsx b/src/app/sortiment/page.tsx index 3e830a7..e68a72e 100644 --- a/src/app/sortiment/page.tsx +++ b/src/app/sortiment/page.tsx @@ -14,31 +14,23 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -73,18 +57,8 @@ export default function LandingPage() { title="Produktvielfalt" description="Qualität überzeugt." metrics={[ - { - id: "p1", - icon: Book, - title: "Sorten", - value: "500+", - }, - { - id: "p2", - icon: Check, - title: "Verfügbar", - value: "100%", - }, + { id: "p1", icon: Book, title: "Sorten", value: "500+" }, + { id: "p2", icon: Check, title: "Verfügbar", value: "100%" }, ]} /> @@ -93,49 +67,9 @@ export default function LandingPage() { -- 2.49.1 From fec6e8f70e61f86181bbc6d75b4c7904e28d13c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:11:05 +0000 Subject: [PATCH 5/5] Update src/app/ueber-uns/page.tsx --- src/app/ueber-uns/page.tsx | 90 +++++++------------------------------- 1 file changed, 17 insertions(+), 73 deletions(-) diff --git a/src/app/ueber-uns/page.tsx b/src/app/ueber-uns/page.tsx index 587673d..ae2523d 100644 --- a/src/app/ueber-uns/page.tsx +++ b/src/app/ueber-uns/page.tsx @@ -13,31 +13,23 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -77,49 +61,9 @@ export default function LandingPage() { -- 2.49.1