From fae9bee8db6c2a015ec861b893324e6c80890bd6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:00:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c69f746..f4d205c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,6 +111,9 @@ export default function LandingPage() { textboxLayout="split" gridVariant="two-columns-alternating-heights" useInvertedBackground={false} + buttons={[ + { text: "Launch 3D Lab", href: "#" } + ]} products={[ { id: "p1", name: "Pro Gridiron Jersey", price: "Customizable", imageSrc: "http://img.b2bpic.net/free-vector/ready-print-sports-tshirt-workout-training-clothing-patterns_29096-5029.jpg"}, @@ -242,4 +245,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file