Update src/app/page.tsx

This commit is contained in:
2026-05-14 16:35:42 +00:00
parent 4361190c68
commit 182ca0ca0f

View File

@@ -199,6 +199,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Visit Our Dealership"
description="Located in the heart of the city, stop by to see our inventory in person."
useInvertedBackground={false}
inputs={[
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }