Update src/app/seller/page.tsx

This commit is contained in:
2026-03-11 23:04:16 +00:00
parent 6829836c82
commit 1988919d60

View File

@@ -31,7 +31,6 @@ export default function SellerPage() {
{ name: "Browse", id: "products" },
{ name: "Sell", id: "how-to-sell" },
{ name: "Categories", id: "categories" },
{ name: "NFTs", id: "nfts" },
{ name: "About", id: "about" },
]}
button={{
@@ -63,7 +62,7 @@ export default function SellerPage() {
<div id="categories" data-section="categories">
<SplitAbout
title="Multiple Categories, One Platform"
description="Whether you're buying or selling luxury vehicles, timepieces, fine art, or digital collectibles, AuctionHub connects you with the right community."
description="Whether you're buying or selling luxury vehicles, timepieces, fine art, or other collectibles, AuctionHub connects you with the right community."
tag="All Categories"
textboxLayout="default"
useInvertedBackground={false}
@@ -81,7 +80,7 @@ export default function SellerPage() {
title: "Fine Art", description: "Contemporary, modern, and classic artwork curated and authenticated by art experts.", icon: Palette,
},
{
title: "Digital Collectibles", description: "NFTs, crypto art, and blockchain-based collectibles in a secure marketplace.", icon: Zap,
title: "Collectibles", description: "Vintage items, memorabilia, and rare collectibles in a secure marketplace.", icon: Zap,
},
]}
mediaAnimation="none"
@@ -129,9 +128,9 @@ export default function SellerPage() {
{
id: "3", title: "How do I know my items will sell?", content: "Our platform reaches 47,000+ active buyers worldwide. We provide optimal pricing suggestions and marketing support to ensure your items get maximum visibility and competitive bidding."},
{
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 offer?", content: "Sellers receive payments via bank transfer, cryptocurrency, or digital wallet. All transactions are secured and insured. Payouts typically process within 3-5 business days."},
id: "5", title: "What payment methods do you offer?", content: "Sellers receive payments via bank transfer or digital wallet. All transactions are secured and insured. Payouts typically process within 3-5 business days."},
{
id: "6", title: "What makes a successful seller?", content: "High-quality photos, accurate descriptions, competitive pricing, and responsive communication with buyers. We provide a seller guide with best practices to maximize your auction success."},
]}