From bfbf0f76d360a8dc8ef4ac28c0c77a25f02973cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:35:19 +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 45f7d9d..a5bdcaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Shop Collection", href: "#products" }, + { text: "Explore Now", href: "#products" }, { text: "Learn More", href: "#about" } ]} background={{ variant: "glowing-orb" }} -- 2.49.1