Update src/app/sell-with-us/page.tsx

This commit is contained in:
2026-02-24 16:15:54 +00:00
parent 73b4424238
commit 24868876ab

View File

@@ -16,7 +16,7 @@ export default function SellWithUsPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="medium" contentWidth="medium"
sizing="mediumLarge" sizing="mediumLarge"
background="aurora" background="circleGradient"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -61,21 +61,15 @@ export default function SellWithUsPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Book an Appointment", title: "Book an Appointment", description: "Schedule a time that works for you. We require appointments (one per week max). Most appointments are a week or more in advance. No same-day appointments.", imageSrc: "https://img.b2bpic.net/free-vector/calendar-template-design_742173-22539.jpg"
description: "Schedule a time that works for you. We require appointments (one per week max). Most appointments are a week or more in advance. No same-day appointments.",
imageSrc: "https://img.b2bpic.net/free-vector/calendar-template-design_742173-22539.jpg?_wi=2"
}, },
{ {
id: 2, id: 2,
title: "Bring Your Pieces", title: "Bring Your Pieces", description: "Up to 40 items per visit. Bring your best finds—denim, tees, dresses, jackets, anything wearable from the 60s90s. We focus on pieces we know our customers love.", imageSrc: "https://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-wooden-floor_169016-48934.jpg"
description: "Up to 40 items per visit. Bring your best finds—denim, tees, dresses, jackets, anything wearable from the 60s90s. We focus on pieces we know our customers love.",
imageSrc: "https://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-wooden-floor_169016-48934.jpg?_wi=2"
}, },
{ {
id: 3, id: 3,
title: "Get Paid or Trade", title: "Get Paid or Trade", description: "Receive 30% cash value or 50% trade credit toward items in our shop. Quick evaluation, fair pricing, and support for keeping vintage in circulation.", imageSrc: "https://img.b2bpic.net/free-photo/overhead-shot-person-collecting-donations-church-black-white_181624-42670.jpg"
description: "Receive 30% cash value or 50% trade credit toward items in our shop. Quick evaluation, fair pricing, and support for keeping vintage in circulation.",
imageSrc: "https://img.b2bpic.net/free-photo/overhead-shot-person-collecting-donations-church-black-white_181624-42670.jpg?_wi=2"
} }
]} ]}
/> />
@@ -87,25 +81,13 @@ export default function SellWithUsPage() {
description="We offer competitive rates with flexible payment options to suit your needs." description="We offer competitive rates with flexible payment options to suit your needs."
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "30", title: "Cash Payout", description: "Immediate payment for your vintage finds", icon: DollarSign
value: "30",
title: "Cash Payout",
description: "Immediate payment for your vintage finds",
icon: DollarSign
}, },
{ {
id: "2", id: "2", value: "50", title: "Trade Credit", description: "Better value when shopping with us", icon: Percent
value: "50",
title: "Trade Credit",
description: "Better value when shopping with us",
icon: Percent
}, },
{ {
id: "3", id: "3", value: "40", title: "Item Limit", description: "Maximum items per appointment", icon: Calendar
value: "40",
title: "Item Limit",
description: "Maximum items per appointment",
icon: Calendar
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"