Update src/app/page.tsx

This commit is contained in:
2026-05-02 08:18:14 +00:00
parent 56aedf8919
commit 717a1f7430

View File

@@ -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: "#"},
]}
/>
</div>
@@ -190,4 +190,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}