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() { +
+ +
+ +
+ +
+