From 6a5e3b0d9e5e134ea1351acc7aebfdab268343a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 23:03:42 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 40 +++++++++------------------------------- 1 file changed, 9 insertions(+), 31 deletions(-) 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() {