From 00f5083f035da99dda310ee9e18b6fadcab2edda Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:36:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 88 ++++++++++-------------------------------------- 1 file changed, 17 insertions(+), 71 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba75970..6733747 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,8 +21,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "All Products", href: "/shop" }, { label: "New Arrivals", href: "/shop" }, { label: "Featured", href: "/" }, @@ -30,8 +29,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "#" }, @@ -39,8 +37,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Shipping Info", href: "#" }, @@ -67,7 +64,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -85,7 +82,7 @@ export default function HomePage() {