From 4c444349b96ae6aa9284e56b6d968a3b4bf2e9ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:15:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05854f1..041f8af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { contentWidth="mediumLarge" sizing="mediumLarge" background="grid" - cardStyle="gradient-bordered" + cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" headingFontWeight="bold" @@ -30,11 +30,11 @@ export default function LandingPage() { @@ -241,7 +241,7 @@ export default function LandingPage() { columns={[ { title: "Shop", items: [ - { label: "New In", href: "#new-collection" }, + { label: "New In", href: "#hero" }, { label: "Hot Drops", href: "#featured-products" }, { label: "Collection", href: "#collection" }, { label: "Sale", href: "#" } @@ -250,7 +250,7 @@ export default function LandingPage() { { title: "Company", items: [ { label: "About Us", href: "#about" }, - { label: "Contact", href: "#contact" }, + { label: "Contact", href: "#footer" }, { label: "Careers", href: "#" }, { label: "Blog", href: "#" } ] -- 2.49.1