From 6d90d5688777d3ed5260c47f9a9b41f79e205a9f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 20:52:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 961a30f..d8c36c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,11 @@ export default function LandingPage() { variant: "gradient-bars"}} 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." + buttons={[ + { + text: "View Collection", href: "#products" + } + ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-arrangement_23-2149854272.jpg?_wi=1", imageAlt: "Rare trading card display"}, @@ -267,4 +272,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file