From 368b0b4660227ed550136812c6d17b80e21d04a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:03:05 +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 e39f884..0cdc1f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "Explore Collection", href: "#products" }, + { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="blur-reveal" -- 2.49.1