diff --git a/src/app/page.tsx b/src/app/page.tsx index b906743..158d86a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,27 +20,22 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -390,32 +168,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-small-pink-flowers-garden-full-plants-bright-day_181624-9761.jpg" logoText="Rudolstädter WohnGarten" columns={[ - { - title: "Info", - items: [ - { - label: "Über uns", - href: "#about", - }, - { - label: "Kontakt", - href: "#contact", - }, - ], - }, - { - title: "Service", - items: [ - { - label: "Versand", - href: "#", - }, - { - label: "Pflege", - href: "#", - }, - ], - }, + { title: "Info", items: [{ label: "Über uns", href: "#about" }, { label: "Kontakt", href: "#contact" }] }, + { title: "Service", items: [{ label: "Versand", href: "#" }, { label: "Pflege", href: "#" }] }, ]} />