Merge version_1 into main #2
191
src/app/page.tsx
191
src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "#team",
|
||||
},
|
||||
{
|
||||
name: "Call Now",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Our Team", id: "team" },
|
||||
{ name: "Call Now", id: "contact" },
|
||||
]}
|
||||
brandName="Walker Family Plumbing"
|
||||
/>
|
||||
@@ -59,14 +44,8 @@ export default function LandingPage() {
|
||||
description="From emergency water line bursts to full sewer replacements — Walker Family Plumbing & Electric brings honesty, speed, and craftsmanship to every job in the Phoenix metro area."
|
||||
tag="Phoenix's Trusted Family Plumbers Since Day One"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+16025550100",
|
||||
},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Call Us Now", href: "tel:+16025550100" },
|
||||
{ text: "View Services", href: "#services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990708.jpg"
|
||||
imageAlt="Professional plumbing and electrical service"
|
||||
@@ -80,71 +59,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Plumbing Repair",
|
||||
author: "Fixes",
|
||||
description: "Burst pipe repair, drain clearing, and fixture installation.",
|
||||
tags: [
|
||||
"Plumbing",
|
||||
"Repair",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg",
|
||||
},
|
||||
id: "s1", title: "Plumbing Repair", author: "Fixes", description: "Burst pipe repair, drain clearing, and fixture installation.", tags: ["Plumbing", "Repair"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Water Heaters",
|
||||
author: "Heaters",
|
||||
description: "Tank, tankless, and hybrid water heater installation and service.",
|
||||
tags: [
|
||||
"Water",
|
||||
"Heater",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg",
|
||||
},
|
||||
id: "s2", title: "Water Heaters", author: "Heaters", description: "Tank, tankless, and hybrid water heater installation and service.", tags: ["Water", "Heater"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Emergency Service",
|
||||
author: "Emergency",
|
||||
description: "24/7 rapid response for emergencies within the hour.",
|
||||
tags: [
|
||||
"Urgent",
|
||||
"24/7",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-sending-voice-message-someone_141793-28681.jpg",
|
||||
},
|
||||
id: "s3", title: "Emergency Service", author: "Emergency", description: "24/7 rapid response for emergencies within the hour.", tags: ["Urgent", "24/7"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-sending-voice-message-someone_141793-28681.jpg"},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Sewer & Drain",
|
||||
author: "Sewer",
|
||||
description: "Camera inspections, hydro-jetting, and line replacement.",
|
||||
tags: [
|
||||
"Drain",
|
||||
"Sewer",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-home_23-2150453299.jpg",
|
||||
},
|
||||
id: "s4", title: "Sewer & Drain", author: "Sewer", description: "Camera inspections, hydro-jetting, and line replacement.", tags: ["Drain", "Sewer"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-home_23-2150453299.jpg"},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Water Lines",
|
||||
author: "Lines",
|
||||
description: "Main line repairs and whole-home system upgrades.",
|
||||
tags: [
|
||||
"Piping",
|
||||
"Lines",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-alone-montenegro_23-2149040842.jpg",
|
||||
},
|
||||
id: "s5", title: "Water Lines", author: "Lines", description: "Main line repairs and whole-home system upgrades.", tags: ["Piping", "Lines"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-alone-montenegro_23-2149040842.jpg"},
|
||||
{
|
||||
id: "s6",
|
||||
title: "Electrical",
|
||||
author: "Electrical",
|
||||
description: "Safe, code-compliant panel upgrades and home electrical repair.",
|
||||
tags: [
|
||||
"Power",
|
||||
"Electric",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg",
|
||||
},
|
||||
id: "s6", title: "Electrical", author: "Electrical", description: "Safe, code-compliant panel upgrades and home electrical repair.", tags: ["Power", "Electric"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg"},
|
||||
]}
|
||||
title="Complete Plumbing & Electric Solutions"
|
||||
description="Our licensed team handles every system in your home with the same care we'd bring to our own families. No upselling, no runaround."
|
||||
@@ -153,44 +84,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sawyer W.",
|
||||
handle: "Tankless Water Heater",
|
||||
testimonial: "Javier explained everything clearly, gave us a thorough assessment, and got our tankless water heater running perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sawyer W.", handle: "Tankless Water Heater", testimonial: "Javier explained everything clearly, gave us a thorough assessment, and got our tankless water heater running perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lila H.",
|
||||
handle: "Emergency Sewer Backup",
|
||||
testimonial: "Walker Family came to our rescue when wastewater was backing up everywhere. These guys showed up and fixed it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356566.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Lila H.", handle: "Emergency Sewer Backup", testimonial: "Walker Family came to our rescue when wastewater was backing up everywhere. These guys showed up and fixed it.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356566.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Eugene G.",
|
||||
handle: "Repeat Customer",
|
||||
testimonial: "As a returning customer, I've always had great experiences. They handle every kind of plumbing job reliably.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23100.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Eugene G.", handle: "Repeat Customer", testimonial: "As a returning customer, I've always had great experiences. They handle every kind of plumbing job reliably.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23100.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mateo T.",
|
||||
handle: "Emergency Water Line",
|
||||
testimonial: "Patrick showed up in under an hour on a Sunday night when our main water line burst. He went above and beyond.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Mateo T.", handle: "Emergency Water Line", testimonial: "Patrick showed up in under an hour on a Sunday night when our main water line burst. He went above and beyond.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah R.",
|
||||
handle: "Full System Inspection",
|
||||
testimonial: "Professional, clean, and extremely knowledgeable. They inspected our aging system and provided honest, affordable options.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Sarah R.", handle: "Full System Inspection", testimonial: "Professional, clean, and extremely knowledgeable. They inspected our aging system and provided honest, affordable options.", imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg"},
|
||||
]}
|
||||
title="What Phoenix Homeowners Say"
|
||||
description="With over 60 five-star reviews on Google, our reputation for honesty and speed is built on every successful job we complete."
|
||||
@@ -204,29 +111,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Patrick",
|
||||
role: "Senior Plumber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg?_wi=3",
|
||||
},
|
||||
id: "t1", name: "Patrick", role: "Senior Plumber", imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bruce",
|
||||
role: "Master Plumber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356566.jpg?_wi=2",
|
||||
},
|
||||
id: "t2", name: "Bruce", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356566.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Theodore",
|
||||
role: "Lead Technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23100.jpg?_wi=2",
|
||||
},
|
||||
id: "t3", name: "Theodore", role: "Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23100.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Javier",
|
||||
role: "Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg?_wi=2",
|
||||
},
|
||||
id: "t4", name: "Javier", role: "Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg"},
|
||||
]}
|
||||
title="Meet Our Expert Team"
|
||||
description="These aren't strangers. Our neighbors on the team are certified, background-checked, and dedicated to your peace of mind."
|
||||
@@ -236,21 +127,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Emergency Line"
|
||||
title="Don't Wait on a Plumbing Problem"
|
||||
description="Whether it's an emergency at midnight or a project you've been putting off — we're here, we're ready, and we'll treat your home with the respect it deserves."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+16025550100",
|
||||
},
|
||||
{
|
||||
text: "Text Us",
|
||||
href: "sms:+16025550100",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+16025550100" },
|
||||
{ text: "Text Us", href: "sms:+16025550100" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -258,14 +141,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Walker Family Plumbing & Electric"
|
||||
leftLink={{
|
||||
text: "Licensed & Insured",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "© 2025 Phoenix, AZ",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Licensed & Insured", href: "#" }}
|
||||
rightLink={{ text: "© 2025 Phoenix, AZ", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user