diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 6a8c8d0..d6731f1 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -26,21 +26,13 @@ export default function LandingPage() {
@@ -53,22 +45,13 @@ export default function LandingPage() {
description="Ready to protect your home? Reach out to us for a fast, free inspection today."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Your Phone Number",
- required: true,
+ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
},
{
- name: "address",
- type: "text",
- placeholder: "Property Address",
- },
+ name: "address", type: "text", placeholder: "Property Address"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg"
/>
@@ -78,7 +61,6 @@ export default function LandingPage() {
@@ -86,13 +68,9 @@ export default function LandingPage() {