From 55e81216fa6484610fce6728ef6f214067049354 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:29:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29735ce..8aa966f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,6 +108,10 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} + buttons={[ + { + text: "Shop Now", href: "#products"}, + ]} products={[ { id: "p1", name: "Midnight Black Tee", price: "$25", variant: "Premium Cotton", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-dressed-black-posing_273609-14205.jpg?_wi=2"}, -- 2.49.1