From 7e36e8761ca021b0abb8416f1cd693e12fd0f7fc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:39:07 +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 23d0f9f..b8c9155 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -215,7 +215,7 @@ export default function LandingPage() { text="Ready to change how you connect with the world? Reach out to us today to learn more about joining the ConnectHub ecosystem." buttons={[ { - text: "Contact Support", href: "#"}, + text: "Join Our Community", href: "#"}, ]} /> @@ -232,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file