From 29376c6d2edb7706e304c3a6e8a6cd0a07837dc9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:50:50 +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 c5cb3bb..bc1302e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,6 +99,9 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={true} animationType="blur-reveal" + buttons={[ + { text: "View Full Collection", href: "#" } + ]} products={[ { id: "p1", brand: "I'MPASTA", name: "Truffle Infused Pappardelle", price: "24", rating: 5, @@ -209,4 +212,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1