Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 22:36:56 +00:00

View File

@@ -16,7 +16,7 @@ export default function SportsCardsPage() {
borderRadius="soft"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -38,7 +38,7 @@ export default function SportsCardsPage() {
<HeroBillboard
title="Buy & Sell Premium Sports Cards"
description="Your trusted marketplace for buying and selling sports cards including case hits, autographs, RPAs, and any card $5+. We specialize in authenticated collectibles."
background={{ variant: "noise" }}
background={{ variant: "sparkles-gradient" }}
tag="Sports Cards Marketplace"
tagIcon={Sparkles}
imageSrc="http://img.b2bpic.net/free-vector/basketball-poster-template-design_742173-32022.jpg"
@@ -101,13 +101,16 @@ export default function SportsCardsPage() {
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com/sportscards", ariaLabel: "Follow us on Instagram"},
href: "https://instagram.com/sportscards", ariaLabel: "Follow us on Instagram"
},
{
icon: Mail,
href: "mailto:buycards@sportscards.com", ariaLabel: "Email us directly"},
href: "mailto:buycards@sportscards.com", ariaLabel: "Email us directly"
},
{
icon: Video,
href: "https://whatnot.com/user/sportscards", ariaLabel: "Watch us live on Whatnot"},
href: "https://whatnot.com/user/sportscards", ariaLabel: "Watch us live on Whatnot"
},
]}
/>
</div>