From f91fc94a9e029781af216431debfa512f325821e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:30:56 +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 d4972cd..d1c7f39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,6 +98,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} animationType="slide-up" + buttons={[ + { text: "View All Collections", href: "/collections" } + ]} products={[ { id: "p1", name: "Elegance Ring", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916725.jpg?_wi=1" }, { id: "p2", name: "Classic Watch", price: "$3,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646520.jpg?_wi=1" }, @@ -191,4 +194,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1