From 0bd09ac1db4744b88824f33b8c154f9d86d0f9d4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:03:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 616cae8..b64af95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Visit Store", href: "contact" + text: "Shop Now", href: "contact" }} /> @@ -50,7 +50,7 @@ export default function LandingPage() { tagAnimation="blur-reveal" background={{ variant: "animated-grid" }} buttons={[ - { text: "Visit Store", href: "contact" }, + { text: "Shop Now", href: "contact" }, { text: "Contact Us", href: "contact" } ]} buttonAnimation="blur-reveal" -- 2.49.1