diff --git a/src/app/page.tsx b/src/app/page.tsx index eb9ebe9..c331edc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Shop Now", href: "products" }, + { text: "Explore Collection", href: "products" }, { text: "Discover More", href: "about" } ]} buttonAnimation="slide-up"