From 5fb8ef1e9ba2390cbf6077d9845d8a0deb41955e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 04:13:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 272 +++++++++++------------------------------------ 1 file changed, 65 insertions(+), 207 deletions(-) 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: "#"}, ], }, ]} -- 2.49.1