Update src/app/page.tsx
This commit is contained in:
@@ -142,6 +142,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Get a Free Quote Today"
|
||||
description="Let us know how we can help. Fill out the form and our team will get back to you shortly."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
|
||||
Reference in New Issue
Block a user