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