From 3dae03605af06ce4ee57ebb6e09647e99e97071e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:43:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37ea6e2..afef862 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,6 +118,9 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + buttons={[ + { text: "View All Products", href: "/catalog" } + ]} products={[ { id: "1", name: "Leather Derby Shoes", price: "$120", variant: "Footwear", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-showcase_23-2151005700.jpg"}, -- 2.49.1