From 953b3eebbc5902be0321373d4d91944ca455c29c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 09:05:38 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e1dc57c..de74ed2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,8 +16,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Clothing", href: "/shop" }, { label: "Shoes", href: "/shop" }, { label: "Accessories", href: "/shop" }, @@ -25,8 +24,7 @@ export default function ContactPage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Story", href: "/about" }, { label: "Mission & Vision", href: "/about" }, { label: "Careers", href: "#" }, @@ -34,8 +32,7 @@ export default function ContactPage() { ], }, { - title: "Customer Service", - items: [ + title: "Customer Service", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#" }, { label: "Shipping Info", href: "#" }, @@ -43,8 +40,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Security", href: "#" }, @@ -71,9 +67,7 @@ export default function ContactPage() { brandName="TrendCart" navItems={navItems} button={{ - text: "Sign In", - href: "#", - }} + text: "Sign In", href: "#"}} animateOnLoad={true} /> @@ -86,8 +80,7 @@ export default function ContactPage() { tagIcon={Mail} tagAnimation="slide-up" background={{ - variant: "circleGradient", - }} + variant: "glowing-orb"}} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe"