From 42ba2089c3641d215499a74bc5fa72f850ca2010 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:14:32 +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 c9ce24a..0396e57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,7 +194,7 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { text: "Shop Now", href: "#products" }, - { text: "Get In Touch", href: "#contact" } + { text: "Chat with Our Team", href: "#contact" } ]} background={{ variant: "gradient-bars" }} useInvertedBackground={false}