Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-23 15:11:39 +00:00

View File

@@ -143,7 +143,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Get Connected"
description="Ready to chat? Drop us a line and let's get you hooked up."
description="Request Early Access now to start chatting and experience the future of AI interaction."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" },
@@ -164,4 +164,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}