diff --git a/src/app/page.tsx b/src/app/page.tsx index 7022538..c589e09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Shop Now", href: "products" }, + { text: "Explore Collection", href: "products" }, { text: "Learn Our Story", href: "about" } ]} buttonAnimation="slide-up"