From a2bc8273e0e9c70e71d33ccdffec3864fe8517a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:23:44 +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 a818f00..4695186 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,7 +184,7 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Get in Touch", href: "#" }, + { text: "Start Shopping Now", href: "#" }, { text: "Find a Store", href: "#" } ]} /> -- 2.49.1