diff --git a/src/app/page.tsx b/src/app/page.tsx index a71cfb2..f8984fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "All Products", href: "/shop" }, { label: "New Arrivals", href: "/shop?filter=new" }, { label: "Sale", href: "/shop?filter=sale" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Nike", href: "/about" }, { label: "Careers", href: "/careers" }, { label: "Newsroom", href: "/news" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/faq" }, { label: "Shipping Info", href: "/shipping" }, @@ -51,8 +48,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Settings", href: "#" }, @@ -68,7 +64,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -86,7 +82,7 @@ export default function HomePage() {