From 348a768ef7fefabe22ab1a7d22b4cd3bc7e2eb68 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:24:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c8cd57..2e78e1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,6 +77,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + buttons={[{ text: "View All Collections", href: "#" }]} products={[ { id: "p1", name: "The Morning Grace", price: "$85", variant: "Seasonal Bouquet", imageSrc: "http://img.b2bpic.net/free-photo/pitahaya-dragon-fruit-still-life-cinematic-dark-style_23-2151566170.jpg" }, { id: "p2", name: "Evening Elegance", price: "$120", variant: "Premium Arrangement", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-cake-modern-kitchen-home-clothes_1153-5891.jpg" }, -- 2.49.1