Merge version_6 into main #7

Merged
bender merged 1 commits from version_6 into main 2026-02-24 18:43:46 +00:00

View File

@@ -55,7 +55,7 @@ export default function HomePage() {
{ value: "Buy • Sell • Trade", label: "Full Service" }
]}
enableKpiAnimation={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39nsxwmbCTX7ZcKAFBAu1R1W3iH/uploaded-1771958433050-twsu01pz.png"
imageSrc="https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg"
imageAlt="La Loupe Vintage storefront with colorful vintage pieces"
mediaAnimation="blur-reveal"
buttons={[
@@ -79,29 +79,26 @@ export default function HomePage() {
/>
</div>
<div id="metrics" data-section="metrics" style={{backgroundImage: 'url(https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39nsxwmbCTX7ZcKAFBAu1R1W3iH/uploaded-1771958543236-0b1kfsmo.png)', backgroundSize: 'cover', backgroundPosition: 'center', backgroundAttachment: 'fixed', position: 'relative'}}>
<div style={{position: 'absolute', inset: 0, backgroundColor: 'rgba(0, 0, 0, 0.5)'}}></div>
<div style={{position: 'relative', zIndex: 1}}>
<MetricCardOne
title="By The Numbers"
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: "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
}
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardOne
title="By The Numbers"
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: "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
}
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
/>
</div>
<div id="features" data-section="features">
@@ -169,6 +166,9 @@ export default function HomePage() {
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
useInvertedBackground={false}
buttons={[
{ text: "Join thousands of satisfied sellers today", href: "/sell-with-us" }
]}
/>
</div>