3 Commits

Author SHA1 Message Date
231a3f18ff Merge version_3 into main
Merge version_3 into main
2026-05-02 08:18:16 +00:00
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." description="Have questions about the MK4? Connect with our global community of enthusiasts."
buttons={[ buttons={[
{ {
text: "Contact Support", href: "#"}, text: "Join The Community", href: "#"},
]} ]}
/> />
</div> </div>
@@ -190,4 +190,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }