6 Commits

Author SHA1 Message Date
a09335bbba Update src/app/page.tsx 2026-03-27 09:20:55 +00:00
4769886495 Merge version_4 into main
Merge version_4 into main
2026-03-27 09:17:43 +00:00
9416987bba Update src/app/page.tsx 2026-03-27 09:17:37 +00:00
66b037165a Merge version_3 into main
Merge version_3 into main
2026-03-27 09:15:47 +00:00
ab759eeee2 Update src/app/page.tsx 2026-03-27 09:15:44 +00:00
148eda4363 Merge version_2 into main
Merge version_2 into main
2026-03-27 09:12:00 +00:00

View File

@@ -41,7 +41,10 @@ export default function LandingPage() {
<HeroLogo <HeroLogo
logoText="Fast & Reliable Plumbing" logoText="Fast & Reliable Plumbing"
description="24/7 Emergency Plumbing • Licensed & Insured • Same-Day Service. Serving your city and surrounding areas." 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" imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg"
imageAlt="professional plumber working in home" imageAlt="professional plumber working in home"
/> />
@@ -69,7 +72,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ id: "m1", value: "100%", description: "Same-Day Service" }, { 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" } { id: "m3", value: "Zero", description: "Upfront Pricing" }
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
@@ -113,6 +116,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-vector/flat-labor-day-labels-collection_23-2149026723.jpg" imageSrc="http://img.b2bpic.net/free-vector/flat-labor-day-labels-collection_23-2149026723.jpg"
imageAlt="modern plumbing logo design" imageAlt="modern plumbing logo design"
copyrightText="© 2025 PlumbTech All Rights Reserved" copyrightText="© 2025 PlumbTech All Rights Reserved"
logoText="PlumbTech"
columns={[ columns={[
{ title: "Quick Links", items: [{ label: "Services", href: "#services" }, { label: "Why Us", href: "#why-us" }] }, { 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" }] } { title: "Contact", items: [{ label: "555-0199", href: "tel:5550199" }, { label: "Email Us", href: "mailto:info@plumbtech.com" }] }