Update src/app/page.tsx

This commit is contained in:
2026-05-06 20:50:28 +00:00
parent 1b39ce2f30
commit 741edd7d9b

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroBillboardGallery
background={{
variant: "gradient-bars"}}
title="Premium Cards & Collectibles"
title="Build Your Legacy with Premium Collectibles"
description="Discover a curated selection of rare and high-value trading cards. We provide the quality and authenticity serious collectors demand."
mediaItems={[
{
@@ -267,4 +267,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}