Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-05-02 09:46:46 +00:00

View File

@@ -174,8 +174,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Get Started Today"
description="Fill out the form to request a custom demo or talk to our HR experts."
title="Request a Personalized Demo"
description="Fill out the form to request a Personalized Demo and see how our tools fit your workflow."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name"},
@@ -202,4 +202,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}