From 6a479554f01f13a8e696789eb35849137d60ab71 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:26:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d27419..25651b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,6 +104,14 @@ export default function LandingPage() { { id: "p6", name: "Floral Mist", price: "$110", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480163.jpg"}, ]} + buttons={[ + { + text: "Purchase Now", href: "#checkout" + }, + { + text: "View Details", href: "#details" + } + ]} title="Signature Collections" description="Explore our curated fragrance profiles, each designed to evoke memories and create new beginnings." /> -- 2.49.1