diff --git a/src/app/page.tsx b/src/app/page.tsx index a42847a..31b501b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,27 +19,26 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -292,42 +193,27 @@ export default function LandingPage() { logoText="Strategic Vision" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Strategy", - href: "#features", - }, + label: "Strategy", href: "#features"}, { - label: "Operations", - href: "#features", - }, + label: "Operations", href: "#features"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}