diff --git a/src/app/page.tsx b/src/app/page.tsx index b77b87f..8ff7c7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Explore Collection", href: "#products" }, + { text: "Shop Collection Now", href: "#products" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" @@ -223,4 +223,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}