diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d9f1e1..94f7c9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,27 +16,26 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -319,42 +192,27 @@ export default function LandingPage() { logoText="LUXE" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "All Products", - href: "#products", - }, + label: "All Products", href: "#products"}, { - label: "Collections", - href: "#products", - }, + label: "Collections", href: "#products"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Shipping", - href: "#", - }, + label: "Shipping", href: "#"}, { - label: "Concierge", - href: "#contact", - }, + label: "Concierge", href: "#contact"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]}