Merge version_1 into main #3
@@ -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" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user