From 53298110265e64c5292758ab71edd2c53125c558 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 09:16:33 +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 0d1a857..db5c3dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,6 +83,9 @@ export default function LandingPage() { { id: "p5", name: "Corporate Luxe Box", price: "$150", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/closeup-business-man-opening-gift-box_1262-17824.jpg" }, { id: "p6", name: "Choco Selection", price: "$35", variant: "Assorted", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-chocolate-box-with-golden-silver-wrapped-chocolates_140725-1467.jpg" }, ]} + buttons={[ + { text: "View Full Collection", href: "#all-products" } + ]} title="Our Bestsellers" description="Our expert curators handpick every item to ensure premium quality and thoughtful design. Explore our collection of best-loved gifts that turn ordinary occasions into cherished, unforgettable memories." /> -- 2.49.1