From e4d15a9e4fe5da2b9fa51d48724ea51f56cd2a06 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:01:09 +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 f2340da..bc29908 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { mediaAnimation="none" buttons={[ { text: "Shop Collection", href: "#products" }, - { text: "Explore Collection", href: "#features" } + { text: "Browse Hats", href: "#features" } ]} /> -- 2.49.1