diff --git a/src/app/page.tsx b/src/app/page.tsx index 09022a9..3392074 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { description="Have questions about the MK4? Connect with our global community of enthusiasts." buttons={[ { - text: "Contact Support", href: "#"}, + text: "Join The Community", href: "#"}, ]} /> @@ -190,4 +190,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file