Update src/app/sell/page.tsx
This commit is contained in:
@@ -1,36 +1,34 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { CheckCircle, Zap, HelpCircle } from "lucide-react";
|
||||
import { Sparkles, CheckCircle, HelpCircle } from "lucide-react";
|
||||
|
||||
export default function SellPage() {
|
||||
export default function SellYourWatchPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Shop", id: "shop" },
|
||||
{ name: "Sell Your Watch", id: "sell" },
|
||||
{ name: "Collections", id: "collections" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Sell Your Watch", id: "/sell" },
|
||||
{ name: "Collections", id: "/collections" },
|
||||
{ name: "About", id: "/about" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{ label: "Shop Watches", href: "/shop" },
|
||||
{ label: "Sell Your Watch", href: "/sell" },
|
||||
{ label: "3D Gallery", href: "/shop" },
|
||||
{ label: "3D Gallery", href: "#gallery" },
|
||||
{ label: "Collections", href: "/shop" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function SellPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Contact Us", href: "#" },
|
||||
{ label: "Valuation Guide", href: "#" },
|
||||
@@ -47,8 +44,7 @@ export default function SellPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Return Policy", href: "#" },
|
||||
@@ -74,16 +70,46 @@ export default function SellPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Headless Angel"
|
||||
navItems={navItems}
|
||||
button={{ text: "Browse Now", href: "/shop" }}
|
||||
animateOnLoad={true}
|
||||
button={{
|
||||
text: "Browse Now", href: "/shop"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="sell-process" data-section="sell-process">
|
||||
<div id="hero-sell" data-section="hero-sell">
|
||||
<HeroBillboardCarousel
|
||||
title="Turn Your Luxury Watches Into Cash"
|
||||
description="Sell your premium timepieces on Headless Angel's trusted marketplace. Get expert appraisals, reach global collectors, and receive secure payments. Whether you're liquidating a collection or upgrading your watch portfolio, we handle everything with care."
|
||||
tag="Seller Platform"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Start Selling", href: "#" },
|
||||
{ text: "Get Free Appraisal", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-checking-time-his-watch-against-black-background_23-2147937487.jpg?_wi=2", imageAlt: "Sell Your Watch 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241144.jpg?_wi=2", imageAlt: "Sell Your Watch 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722614.jpg?_wi=2", imageAlt: "Sell Your Watch 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-working-with-metallic-equipments_114579-12213.jpg?_wi=2", imageAlt: "Sell Your Watch 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20936.jpg?_wi=2", imageAlt: "Sell Your Watch 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-time-hand-watch_53876-20480.jpg?_wi=2", imageAlt: "Sell Your Watch 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="seller-process" data-section="seller-process">
|
||||
<FeatureCardNineteen
|
||||
title="How to Sell Your Luxury Watch"
|
||||
description="A streamlined process designed to make selling your precious timepiece simple, transparent, and rewarding."
|
||||
tag="Selling Guide"
|
||||
title="Selling Made Simple"
|
||||
description="Our streamlined process ensures your luxury watch reaches the right buyer with maximum value and security."
|
||||
tag="4-Step Process"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -91,98 +117,43 @@ export default function SellPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Step 1",
|
||||
title: "Submit Your Watch",
|
||||
subtitle: "Share details and photos",
|
||||
description: "Provide high-quality photos and detailed information about your timepiece. Include condition, service history, original box, and papers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-wristwatch_23-2147689138.jpg?_wi=2",
|
||||
},
|
||||
tag: "Step 1", title: "Submit Your Watch", subtitle: "Share details & photos", description: "Provide information about your timepiece including brand, model, condition, and photos. Our system guides you through each detail to ensure accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/passports-with-watch-beton-background_23-2148328912.jpg?_wi=2"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Step 2",
|
||||
title: "Professional Evaluation",
|
||||
subtitle: "Expert assessment",
|
||||
description: "Our certified horologists inspect your watch, verify authenticity, assess condition, and provide a competitive valuation based on current market trends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=2",
|
||||
},
|
||||
tag: "Step 2", title: "Expert Appraisal", subtitle: "Professional evaluation", description: "Our horologists review your submission and provide a detailed appraisal based on market conditions, rarity, and current demand for your specific model.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-terrace_23-2148103941.jpg?_wi=2"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Step 3",
|
||||
title: "Receive Your Offer",
|
||||
subtitle: "Fair market price",
|
||||
description: "Accept our transparent offer or counter-offer. Once agreed, we handle all logistics and buyer verification for you.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914195.jpg?_wi=4",
|
||||
},
|
||||
tag: "Step 3", title: "Secure Shipping", subtitle: "Insured delivery to us", description: "We arrange and pay for white-glove pickup of your watch. Full insurance covers your timepiece during transit from your location to our authentication center.", imageSrc: "http://img.b2bpic.net/free-photo/cup-portrait-job-technology-person_1157-4199.jpg?_wi=2"},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Step 4",
|
||||
title: "Get Paid Securely",
|
||||
subtitle: "Fast settlement",
|
||||
description: "Funds are transferred via secure escrow upon buyer confirmation of delivery. We handle all documentation and insurance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-consulting-wristwatch_1262-18365.jpg?_wi=2",
|
||||
},
|
||||
tag: "Step 4", title: "Get Paid", subtitle: "Instant payment upon sale", description: "Once authenticated and listed, you receive payment within 48 hours of buyer confirmation. Choose wire transfer, ACH, or check for funds distribution.", imageSrc: "http://img.b2bpic.net/free-photo/loving-man-doing-present-girl_23-2147736661.jpg?_wi=2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="selling-benefits" data-section="selling-benefits">
|
||||
<MetricSplitMediaAbout
|
||||
title="Why Sell Through Headless Angel"
|
||||
description="Join thousands of collectors who trust us with their most valuable timepieces. Our platform offers unmatched security, transparency, and expert guidance at every step."
|
||||
tag="Seller Advantages"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-upside-down_23-2148253668.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ value: "8K+", title: "Successful Sellers" },
|
||||
{ value: "$240M+", title: "Total Sold" },
|
||||
{ value: "48hrs", title: "Avg Payment Time" },
|
||||
{ value: "99.8%", title: "Seller Satisfaction" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="selling-faq" data-section="selling-faq">
|
||||
<div id="seller-faq" data-section="seller-faq">
|
||||
<FaqSplitMedia
|
||||
title="Selling FAQs"
|
||||
description="Everything you need to know about selling your luxury watch collection on Headless Angel."
|
||||
tag="Help & Support"
|
||||
title="Seller Questions Answered"
|
||||
description="Get clarity on our selling process, commission rates, and how we handle authentication and payments."
|
||||
tag="Seller Support"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "sell-faq-1",
|
||||
title: "What types of watches do you buy?",
|
||||
content: "We purchase luxury watches from prestigious brands including Rolex, Patek Philippe, Omega, Audemars Piguet, IWC, Cartier, and other high-end manufacturers. Watches must be authentic and in sellable condition.",
|
||||
},
|
||||
id: "seller-faq-1", title: "What's your commission rate for sellers?", content: "We charge a competitive 8% commission on successful sales. This includes authentication, listing creation, buyer verification, escrow management, and logistics coordination—transparent with no hidden fees."},
|
||||
{
|
||||
id: "sell-faq-2",
|
||||
title: "How long does the evaluation process take?",
|
||||
content: "Once we receive your watch, our experts complete the evaluation within 2-3 business days. You'll receive a detailed report and valuation offer that you can accept, counter, or decline.",
|
||||
},
|
||||
id: "seller-faq-2", title: "How are watches authenticated?", content: "Our team of certified master horologists conducts a comprehensive inspection covering case construction, movement authenticity, dial quality, and all identifying features. Each watch receives detailed documentation and a certificate of authenticity."},
|
||||
{
|
||||
id: "sell-faq-3",
|
||||
title: "Do I need original box and papers?",
|
||||
content: "While original box and papers increase value, they're not required. We evaluate all watches fairly based on their condition, authenticity, and market demand. Complete sets typically command premium prices.",
|
||||
},
|
||||
id: "seller-faq-3", title: "What if my watch doesn't sell?", content: "If your watch doesn't sell within 90 days, we can arrange for its return at no charge. Alternatively, we offer buy-back options at fair market value for certain premium pieces."},
|
||||
{
|
||||
id: "sell-faq-4",
|
||||
title: "How are sellers protected?",
|
||||
content: "All transactions use secure escrow protection. Your watch remains insured throughout the process, and funds are only transferred after the buyer confirms delivery and satisfaction.",
|
||||
},
|
||||
id: "seller-faq-4", title: "How long does the selling process take?", content: "The typical timeline is 7-14 days from submission to listing. Once listed, average sale time is 21-45 days depending on the model's desirability and market conditions."},
|
||||
{
|
||||
id: "sell-faq-5",
|
||||
title: "What are your commission rates?",
|
||||
content: "We charge a transparent 8% seller fee on the final sale price. There are no hidden costs. The price we quote you is the price you receive (minus our standard fee).",
|
||||
},
|
||||
id: "seller-faq-5", title: "Can I set my own price?", content: "We provide recommended pricing based on market analysis, but you have flexibility. Our pricing guidance ensures competitive positioning while protecting against undervaluation of rare or collectible pieces."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user