2 Commits

Author SHA1 Message Date
717a1f7430 Update src/app/page.tsx 2026-05-02 08:18:14 +00:00
56aedf8919 Merge version_2 into main
Merge version_2 into main
2026-05-02 08:17:20 +00:00

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>
);
}
}