Switch to version 1: modified src/pages/HomePage.tsx

This commit is contained in:
2026-06-22 20:16:42 +00:00
parent 692999e7d6
commit 8000899c0d

View File

@@ -150,7 +150,7 @@ export default function HomePage() {
<ContactSplitForm
tag="Contact Us"
title="Request a Free Estimate"
description="Tell us about your plumbing issue and we'll get back to you within a few hours. Pipe Dreamer's Plumbing, LLC is here to help."
description="Tell us about your plumbing issue and we'll get back to you within a few hours."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
@@ -159,12 +159,6 @@ export default function HomePage() {
textarea={{ name: "message", placeholder: "Describe your plumbing issue...", rows: 4, required: true }}
buttonText="Send Request"
imageSrc="https://storage.googleapis.com/webild/default/templates/plumber/contact.webp"
contactInfo={[
{ icon: "Phone", title: "Phone", details: "732-633-1328" },
{ icon: "Mail", title: "Email", details: "service@pipedreamersplumbing.com" },
{ icon: "MapPin", title: "Address", details: "PO Box 76, Marlboro, NJ" },
{ icon: "Clock", title: "Hours", details: "Mon-Fri: 7.00 am - 7.00 pm" }
]}
/>
</div>