Update src/app/seller/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Lightning, Car, Watch, Palette, Zap, Users, Store, Gavel, DollarSign } from "lucide-react";
|
||||
import { Zap as Bolt, Car, Watch, Palette, Zap, Users, Store, Gavel, DollarSign } from "lucide-react";
|
||||
|
||||
export default function SellerPage() {
|
||||
return (
|
||||
@@ -35,9 +35,7 @@ export default function SellerPage() {
|
||||
{ name: "About", id: "about" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Listing",
|
||||
href: "/seller",
|
||||
}}
|
||||
text: "Start Listing", href: "/seller"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -46,33 +44,18 @@ export default function SellerPage() {
|
||||
title="Sell in 3 Simple Steps"
|
||||
description="Get your items validated and listed live in hours, not days. Our streamlined process makes selling easy."
|
||||
tag="Fast Validation"
|
||||
tagIcon={Lightning}
|
||||
tagIcon={Bolt}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Create Listing",
|
||||
description: "Upload high-quality photos, set your starting bid, and provide item details. Our AI-powered system suggests optimal pricing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24275.jpg?_wi=3",
|
||||
imageAlt: "Listing creation interface",
|
||||
},
|
||||
id: "01", title: "Create Listing", description: "Upload high-quality photos, set your starting bid, and provide item details. Our AI-powered system suggests optimal pricing.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24275.jpg", imageAlt: "Listing creation interface"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Fast Validation",
|
||||
description: "Our expert team verifies authenticity and condition within 24 hours. We handle the hard work so you don't have to.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg?_wi=4",
|
||||
imageAlt: "Validation process",
|
||||
},
|
||||
id: "02", title: "Fast Validation", description: "Our expert team verifies authenticity and condition within 24 hours. We handle the hard work so you don't have to.", imageSrc: "http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg", imageAlt: "Validation process"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Live Auction",
|
||||
description: "Your item goes live immediately after validation. Reach thousands of buyers worldwide and maximize your sale price.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709120.jpg?_wi=4",
|
||||
imageAlt: "Live auction marketplace",
|
||||
},
|
||||
id: "03", title: "Live Auction", description: "Your item goes live immediately after validation. Reach thousands of buyers worldwide and maximize your sale price.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709120.jpg", imageAlt: "Live auction marketplace"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,28 +68,20 @@ export default function SellerPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg"
|
||||
imageAlt="Product categories showcase"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Luxury Vehicles",
|
||||
description: "Sports cars, classic automobiles, and exotic vehicles authenticated by certified appraisers.",
|
||||
icon: Car,
|
||||
title: "Luxury Vehicles", description: "Sports cars, classic automobiles, and exotic vehicles authenticated by certified appraisers.", icon: Car,
|
||||
},
|
||||
{
|
||||
title: "Premium Watches",
|
||||
description: "Mechanical timepieces, chronographs, and collector watches verified for authenticity.",
|
||||
icon: Watch,
|
||||
title: "Premium Watches", description: "Mechanical timepieces, chronographs, and collector watches verified for authenticity.", icon: Watch,
|
||||
},
|
||||
{
|
||||
title: "Fine Art",
|
||||
description: "Contemporary, modern, and classic artwork curated and authenticated by art experts.",
|
||||
icon: Palette,
|
||||
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: "Digital Collectibles", description: "NFTs, crypto art, and blockchain-based collectibles in a secure marketplace.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
@@ -123,29 +98,17 @@ export default function SellerPage() {
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Users,
|
||||
title: "Active Buyers",
|
||||
value: "47,200+",
|
||||
},
|
||||
id: "1", icon: Users,
|
||||
title: "Active Buyers", value: "47,200+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Store,
|
||||
title: "Verified Sellers",
|
||||
value: "3,840+",
|
||||
},
|
||||
id: "2", icon: Store,
|
||||
title: "Verified Sellers", value: "3,840+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Gavel,
|
||||
title: "Auctions Completed",
|
||||
value: "12,500+",
|
||||
},
|
||||
id: "3", icon: Gavel,
|
||||
title: "Auctions Completed", value: "12,500+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: DollarSign,
|
||||
title: "GMV This Year",
|
||||
value: "$89.2M",
|
||||
},
|
||||
id: "4", icon: DollarSign,
|
||||
title: "GMV This Year", value: "$89.2M"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,35 +123,17 @@ export default function SellerPage() {
|
||||
faqsAnimation="slide-up"
|
||||
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 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: "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: "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: "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, cryptocurrency, 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.",
|
||||
},
|
||||
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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -199,66 +144,39 @@ export default function SellerPage() {
|
||||
copyrightText="© 2025 AuctionHub. All rights reserved. Connecting collectors worldwide."
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Browse Auctions",
|
||||
href: "/browse",
|
||||
},
|
||||
label: "Browse Auctions", href: "/browse"},
|
||||
{
|
||||
label: "Become a Seller",
|
||||
href: "/seller",
|
||||
},
|
||||
label: "Become a Seller", href: "/seller"},
|
||||
{
|
||||
label: "Categories",
|
||||
href: "#categories",
|
||||
},
|
||||
label: "Categories", href: "#categories"},
|
||||
{
|
||||
label: "How It Works",
|
||||
href: "#how-to-sell",
|
||||
},
|
||||
label: "How It Works", href: "#how-to-sell"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Seller Guide",
|
||||
href: "/seller-guide",
|
||||
},
|
||||
label: "Seller Guide", href: "/seller-guide"},
|
||||
{
|
||||
label: "Buyer Tips",
|
||||
href: "/buyer-tips",
|
||||
},
|
||||
label: "Buyer Tips", href: "/buyer-tips"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user