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() {