From 732c02c3070a69f4ebf38d7bbd6d23dabbd1e309 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:42:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6442ced..b286561 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,7 @@ export default function LandingPage() { ]} title="Our Signature Collection" description="Explore our curated fragrance profiles." + buttons={[{ text: "View Details", href: "#" }, { text: "Add to Cart", href: "#" }]} /> @@ -159,4 +160,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1