diff --git a/src/app/page.tsx b/src/app/page.tsx index 8213b12..6e2b822 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { description="Join our community of athletes and discover products designed for your goals. Whether you're training for a marathon or just starting your fitness journey, we have the right gear for you." buttons={[ { text: "Contact Us", href: "contact" }, - { text: "Shop Now", href: "products" }, + { text: "Browse Collection", href: "products" }, ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }}