From 63322d9eb73e2b119805063d013a2d0d17bc1057 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:43:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 156 +++++++++++++++++++++-------------------------- 1 file changed, 70 insertions(+), 86 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3e9057..5112190 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Smartphones", href: "/products?category=phones" }, { label: "Accessories", href: "/products?category=accessories" }, { label: "Gadgets", href: "/products?category=gadgets" }, @@ -32,8 +31,7 @@ export default function HomePage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, @@ -41,8 +39,7 @@ export default function HomePage() { ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "/help" }, { label: "Track Order", href: "/orders" }, { label: "Privacy Policy", href: "/privacy" }, @@ -58,7 +55,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="small" sizing="large" - background="blurBottom" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -82,7 +79,7 @@ export default function HomePage() { +
+ +
+ +
+ +
+