4 Commits

Author SHA1 Message Date
0562558607 Update src/app/page.tsx 2026-05-02 09:46:39 +00:00
a00164a3b5 Merge version_3 into main
Merge version_3 into main
2026-05-02 09:24:25 +00:00
0ef0831f0e Update src/app/page.tsx 2026-05-02 09:24:19 +00:00
9e8ed6ba70 Merge version_2 into main
Merge version_2 into main
2026-05-02 09:22:14 +00:00

View File

@@ -94,6 +94,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
tag="Industry Leading Efficiency"
features={[
{
id: "1", title: "Automated Payroll", descriptions: [
@@ -173,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"},
@@ -201,4 +202,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}