From f9ae5979b547c7ae350caea8a4e4e1d7f304288d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:26:57 +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 bd52031..c445be0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,6 +105,9 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + buttons={[ + { text: "View Full Collection", href: "/shop" } + ]} products={[ { id: "p1", brand: "Signature", name: "Golden Rose Box", price: "$150", rating: 5, @@ -221,4 +224,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file