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