From c469097b5317dc27fe1e826eb29e3ae753ee0ad9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:08:55 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5b210a8..94533a2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function ContactPage() { tagAnimation="slide-up" title="Stay Updated on Marketplace Trends" description="Get weekly insights, seller tips, and exclusive offers delivered to your inbox." - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/workdesk-with-envelopes-laptop_1134-195.jpg" imageAlt="Newsletter subscription illustration" @@ -81,14 +81,14 @@ export default function ContactPage() { { title: "Selling", items: [ { label: "Start Selling", href: "https://example.com/seller-signup" }, - { label: "Pricing", href: "/pricing" }, + { label: "Pricing", href: "#pricing" }, { label: "Seller Guide", href: "#" }, { label: "API Docs", href: "#" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "/sellers" }, + { label: "About Us", href: "#about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, { label: "Press", href: "#" }, @@ -99,7 +99,7 @@ export default function ContactPage() { { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Seller Agreement", href: "#" }, - { label: "Contact Support", href: "/contact" }, + { label: "Contact Support", href: "#contact" }, ], }, ]} -- 2.49.1