From 5f9838af134a60f4f1b5d1e27ef8c09686b6bd3b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:10:55 +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 1ab4952..b53d77a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -248,7 +248,7 @@ export default function StoreFrontPage() { animationType="entrance-slide" buttons={[ { text: "Start Shopping", href: "products" }, - { text: "Get In Touch", href: "#" } + { text: "Chat Now", href: "#" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false}