diff --git a/src/app/page.tsx b/src/app/page.tsx
index e294898..515e54d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -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() {
@@ -258,14 +141,8 @@ export default function LandingPage() {