Update src/app/page.tsx

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

View File

@@ -20,7 +20,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -48,7 +48,7 @@ export default function HomePage() {
description="Curated, wearable vintage in San Diego—denim, tees, dresses, and the kind of pieces you'll actually live in. Swing by our shop on Adams Ave or browse our latest finds online."
tag="Open Daily 12pm7pm"
tagIcon={Clock}
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "60s90s", label: "Eras Curated" },
{ value: "San Diego", label: "Local & Loved" },
@@ -85,25 +85,13 @@ export default function HomePage() {
description="Trusted by vintage lovers and sellers across San Diego"
metrics={[
{
id: "1",
value: "500",
title: "Happy Sellers",
description: "Creators bringing their pieces to life",
icon: Users
id: "1", value: "500", title: "Happy Sellers", description: "Creators bringing their pieces to life", icon: Users
},
{
id: "2",
value: "30",
title: "Cash Payout",
description: "Fair value for your vintage finds",
icon: DollarSign
id: "2", value: "30", title: "Cash Payout", description: "Fair value for your vintage finds", icon: DollarSign
},
{
id: "3",
value: "50",
title: "Trade Credit",
description: "Even better—put it towards new gems",
icon: Zap
id: "3", value: "50", title: "Trade Credit", description: "Even better—put it towards new gems", icon: Zap
}
]}
gridVariant="uniform-all-items-equal"
@@ -124,21 +112,15 @@ export default function HomePage() {
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=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"
},
{
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 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=1"
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"
},
{
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=1"
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"
}
]}
/>
@@ -155,24 +137,16 @@ export default function HomePage() {
carouselMode="buttons"
features={[
{
title: "Vintage Denim",
description: "Classic cuts and authentic washes from every decade",
bentoComponent: "globe"
title: "Vintage Denim", description: "Classic cuts and authentic washes from every decade", bentoComponent: "globe"
},
{
title: "Graphic Tees",
description: "Band tees, vintage prints, and retro vibes",
bentoComponent: "globe"
title: "Graphic Tees", description: "Band tees, vintage prints, and retro vibes", bentoComponent: "globe"
},
{
title: "Dresses & Skirts",
description: "From mod 60s to 90s slip dresses",
bentoComponent: "globe"
title: "Dresses & Skirts", description: "From mod 60s to 90s slip dresses", bentoComponent: "globe"
},
{
title: "Accessories",
description: "Bags, belts, scarves, and styling pieces",
bentoComponent: "globe"
title: "Accessories", description: "Bags, belts, scarves, and styling pieces", bentoComponent: "globe"
}
]}
/>