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" }}