From e607cd7ffeb32627ef0c35443b034c78873761c5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:36:54 +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 609a728..14546ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,8 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Explore Collection", href: "#products" } + { text: "Shop Now", href: "#products" }, + { text: "View Scent Guide", href: "#" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }} -- 2.49.1