Update src/app/contact/page.tsx

This commit is contained in:
2026-03-11 23:04:15 +00:00
parent 719f5b6945
commit f33db749b3

View File

@@ -11,14 +11,12 @@ export default function ContactPage() {
{ name: "Browse", id: "products" },
{ name: "Sell", id: "how-to-sell" },
{ name: "Categories", id: "categories" },
{ name: "NFTs", id: "nfts" },
{ name: "About", id: "about" },
];
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Browse Auctions", href: "/browse" },
{ label: "Become a Seller", href: "/seller" },
{ label: "Categories", href: "#categories" },
@@ -26,8 +24,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -35,8 +32,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Seller Guide", href: "/seller-guide" },
{ label: "Buyer Tips", href: "/buyer-tips" },
{ label: "Privacy Policy", href: "#" },
@@ -70,41 +66,23 @@ export default function ContactPage() {
<FaqSplitText
faqs={[
{
id: "1",
title: "How long does item validation take?",
content:
"Our expert team validates most items within 24 hours. High-value items or complex authentications may take up to 48 hours. Once approved, your item goes live immediately.",
},
id: "1", title: "How long does item validation take?", content:
"Our expert team validates most items within 24 hours. High-value items or complex authentications may take up to 48 hours. Once approved, your item goes live immediately."},
{
id: "2",
title: "What are the seller fees?",
content:
"We charge a competitive 8% commission on final sale price, plus payment processing fees of 2.9% + $0.30. No hidden fees. You keep the rest.",
},
id: "2", title: "What are the seller fees?", content:
"We charge a competitive 8% commission on final sale price, plus payment processing fees of 2.9% + $0.30. No hidden fees. You keep the rest."},
{
id: "3",
title: "How do I know items are authentic?",
content:
"All items are verified by certified experts in their respective categories. We stand behind authenticity with our guarantee program.",
},
id: "3", title: "How do I know items are authentic?", content:
"All items are verified by certified experts in their respective categories. We stand behind authenticity with our guarantee program."},
{
id: "4",
title: "Can I sell NFTs?",
content:
"Yes! We support blockchain-verified NFTs. Simply provide the contract address and token ID, and we handle the rest including smart contract integration.",
},
id: "4", title: "What items can I sell?", content:
"We accept luxury vehicles, premium watches, fine art, vintage collectibles, and other high-value items. All items must pass our authentication process."},
{
id: "5",
title: "What payment methods do you accept?",
content:
"We accept credit cards, bank transfers, cryptocurrency (Bitcoin, Ethereum), and digital wallets. All transactions are secured and insured.",
},
id: "5", title: "What payment methods do you accept?", content:
"We accept credit cards, bank transfers, and digital wallets. All transactions are secured and insured."},
{
id: "6",
title: "How do I bid and win?",
content:
"Register, set a proxy bid, and our system automatically bids on your behalf up to your maximum. The highest bidder wins. Real-time notifications keep you updated.",
},
id: "6", title: "How do I bid and win?", content:
"Register, set a proxy bid, and our system automatically bids on your behalf up to your maximum. The highest bidder wins. Real-time notifications keep you updated."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about buying, selling, and bidding on AuctionHub."