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"},