From 1fafe0528b297eae4d267e882dd0f9bf37b3cc93 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 08:58:43 +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 3f42ebf..8296573 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { mediaAnimation="slide-up" buttons={[ { text: "Shop Now", href: "#products" }, - { text: "Explore Collection", href: "#about" } + { text: "Shop Gaming Gear", href: "#products" } ]} buttonAnimation="slide-up" /> -- 2.49.1