diff --git a/src/app/page.tsx b/src/app/page.tsx index 8baef18..23cd885 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,31 +17,28 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -310,33 +180,21 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-vector/collection-different-retro-furniture-logos_23-2148468887.jpg" columns={[ { - title: "JA Plattenbeläge", - items: [ + title: "JA Plattenbeläge", items: [ { - label: "Über uns", - href: "#about", - }, + label: "Über uns", href: "#about"}, { - label: "Leistungen", - href: "#features", - }, + label: "Leistungen", href: "#features"}, { - label: "Kontakt", - href: "#contact", - }, + label: "Kontakt", href: "#contact"}, ], }, { - title: "Rechtliches", - items: [ + title: "Rechtliches", items: [ { - label: "Impressum", - href: "#", - }, + label: "Impressum", href: "#"}, { - label: "Datenschutz", - href: "#", - }, + label: "Datenschutz", href: "#"}, ], }, ]} @@ -346,4 +204,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file