Update src/app/page.tsx

This commit is contained in:
2026-04-08 09:19:24 +00:00
parent 40686c8e8b
commit 32df68cd30

View File

@@ -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 },