From 928a2a39a49b8fdd40b2145b7dcb0545dc92d2b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:26:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }} -- 2.49.1