From 81c631e98e6fc0333638ea17ff8202b9fcae90d7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:19:04 +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 bb3e7c4..f7719b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Shop Now", href: "#products" }, + { text: "Explore New Collection", href: "#products" }, { text: "View Collection", href: "#collections" } ]} buttonAnimation="slide-up" -- 2.49.1