From fd9514811d8a1a261483bdadfa8b245281c5ed71 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:11:05 +0000 Subject: [PATCH] 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() {