From 68d71ca184f68732e85778a76be01bbc2224c151 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:53:38 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 49 ++++++++-------------------------------- 1 file changed, 9 insertions(+), 40 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fa93594..6716919 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { 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" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Nike", href: "/about" }, { label: "Careers", href: "/careers" }, { label: "Newsroom", href: "/news" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/faq" }, { label: "Shipping Info", href: "/shipping" }, @@ -46,8 +43,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Settings", href: "#" }, @@ -63,7 +59,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -85,7 +81,7 @@ export default function ContactPage() { { text: "Get in Touch", href: "#" }, { text: "Shop Now", href: "/shop" }, ]} - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -94,38 +90,11 @@ export default function ContactPage() { Date: Thu, 5 Mar 2026 08:53:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 194 ++++++++--------------------------------------- 1 file changed, 32 insertions(+), 162 deletions(-) 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() {