From a4dad3e942b8b975c97bf97c36eda226c3f00346 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:02:21 +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 5e13298..c2a1f8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "animated-grid" }} buttons={[ - { text: "Shop Now", href: "#products" }, + { text: "Shop Exclusive Collection", href: "#products" }, { text: "Learn More", href: "#features" } ]} buttonAnimation="blur-reveal" -- 2.49.1