3 Commits

Author SHA1 Message Date
7ad6dd3a36 Merge version_3 into main
Merge version_3 into main
2026-04-30 15:39:13 +00:00
7e36e8761c Update src/app/page.tsx 2026-04-30 15:39:07 +00:00
b2228529c1 Merge version_2 into main
Merge version_2 into main
2026-04-30 15:36:48 +00:00

View File

@@ -215,7 +215,7 @@ export default function LandingPage() {
text="Ready to change how you connect with the world? Reach out to us today to learn more about joining the ConnectHub ecosystem."
buttons={[
{
text: "Contact Support", href: "#"},
text: "Join Our Community", href: "#"},
]}
/>
</div>
@@ -232,4 +232,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}