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