Update src/app/sell-with-us/page.tsx
This commit is contained in:
@@ -16,7 +16,7 @@ export default function SellWithUsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -61,21 +61,15 @@ export default function SellWithUsPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
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?_wi=2"
|
||||
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"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Bring Your Pieces",
|
||||
description: "Up to 40 items per visit. Bring your best finds—denim, tees, dresses, jackets, anything wearable from the 60s–90s. 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"
|
||||
title: "Bring Your Pieces", description: "Up to 40 items per visit. Bring your best finds—denim, tees, dresses, jackets, anything wearable from the 60s–90s. 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"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
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?_wi=2"
|
||||
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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -87,25 +81,13 @@ export default function SellWithUsPage() {
|
||||
description="We offer competitive rates with flexible payment options to suit your needs."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "30",
|
||||
title: "Cash Payout",
|
||||
description: "Immediate payment for your vintage finds",
|
||||
icon: DollarSign
|
||||
id: "1", value: "30", title: "Cash Payout", description: "Immediate payment for your vintage finds", icon: DollarSign
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "50",
|
||||
title: "Trade Credit",
|
||||
description: "Better value when shopping with us",
|
||||
icon: Percent
|
||||
id: "2", value: "50", title: "Trade Credit", description: "Better value when shopping with us", icon: Percent
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "40",
|
||||
title: "Item Limit",
|
||||
description: "Maximum items per appointment",
|
||||
icon: Calendar
|
||||
id: "3", value: "40", title: "Item Limit", description: "Maximum items per appointment", icon: Calendar
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user