From 717a1f7430726dc4979c4367e2e18669d7043b1e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:18:14 +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 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