From 86514307a70990c40cba3a2fa333cf60527c2c39 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:11:25 +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 83f438d..775099d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} buttons={[ - { text: "Explore Collection", href: "products" }, + { text: "Shop Now", href: "products" }, { text: "Schedule Consultation", href: "contact" }, ]} buttonAnimation="slide-up" -- 2.49.1