Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ecfb3f754 | |||
| 9b42db567f | |||
| 7b7628bec0 | |||
| a09335bbba | |||
| 4769886495 | |||
| 9416987bba | |||
| 66b037165a | |||
| ab759eeee2 | |||
| 148eda4363 | |||
| 0d9075cba3 | |||
| eaa8c1bf3c |
@@ -39,9 +39,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Fast & Reliable Plumbing"
|
||||
logoText="Professional Plumbing Services, Available 24/7"
|
||||
description="24/7 Emergency Plumbing • Licensed & Insured • Same-Day Service. Serving your city and surrounding areas."
|
||||
buttons={[{ text: "Call Now", href: "tel:5550199" }]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:5550199" },
|
||||
{ text: "Get a Free Quote", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg"
|
||||
imageAlt="professional plumber working in home"
|
||||
/>
|
||||
@@ -69,7 +72,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", value: "100%", description: "Same-Day Service" },
|
||||
{ id: "m2", value: "Full", description: "Licensed & Insured" },
|
||||
{ id: "m2", value: "Certified & Insured", description: "Licensed & Insured" },
|
||||
{ id: "m3", value: "Zero", description: "Upfront Pricing" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -101,7 +104,8 @@ export default function LandingPage() {
|
||||
imageAlt="plumber on phone talking"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone", required: true }
|
||||
{ name: "phone", type: "tel", placeholder: "Phone", required: true },
|
||||
{ name: "service_type", type: "text", placeholder: "Service Type (e.g. Repair, Install)", required: true }
|
||||
]}
|
||||
textarea={{ name: "need", placeholder: "What do you need help with?", rows: 4 }}
|
||||
/>
|
||||
@@ -112,6 +116,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-labor-day-labels-collection_23-2149026723.jpg"
|
||||
imageAlt="modern plumbing logo design"
|
||||
copyrightText="© 2025 PlumbTech – All Rights Reserved"
|
||||
logoText="PlumbTech"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Services", href: "#services" }, { label: "Why Us", href: "#why-us" }] },
|
||||
{ title: "Contact", items: [{ label: "555-0199", href: "tel:5550199" }, { label: "Email Us", href: "mailto:info@plumbtech.com" }] }
|
||||
|
||||
Reference in New Issue
Block a user