Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a90363fe2a | |||
| 0562558607 | |||
| a00164a3b5 | |||
| 0ef0831f0e | |||
| 9e8ed6ba70 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user