diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9b08a11..0b3389f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,39 +41,14 @@ export default function LandingPage() {
@@ -126,48 +77,18 @@ export default function LandingPage() {
features={[
{
id: 1,
- title: "Water Heater Installation",
- description: "Professional installation and repair to keep your hot water running.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=2",
- imageAlt: "Water Heater",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=3",
- imageAlt: "Service Tech",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=4",
- imageAlt: "professional plumber smiling friendly",
+ title: "Water Heater Installation", description: "Professional installation and repair to keep your hot water running.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Water Heater" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Service Tech" }
},
{
id: 2,
- title: "Drain Cleaning",
- description: "Quick, effective clearing for stubborn clogs and slow drains.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=5",
- imageAlt: "Drain Tools",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=6",
- imageAlt: "Service Tech",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=2",
- imageAlt: "family business local owners",
+ title: "Drain Cleaning", description: "Quick, effective clearing for stubborn clogs and slow drains.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Drain Tools" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Service Tech" }
},
{
id: 3,
- title: "Leak Repair",
- description: "Honest diagnostics and lasting fixes for every type of pipe leak.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=7",
- imageAlt: "Pipe Leak",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=8",
- imageAlt: "Service Tech",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg?_wi=2",
- imageAlt: "happy customer portrait",
+ title: "Leak Repair", description: "Honest diagnostics and lasting fixes for every type of pipe leak.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Pipe Leak" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Service Tech" }
},
]}
showStepNumbers={false}
@@ -183,24 +104,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Honest, No-Upsell Pricing",
- price: "Fair",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=9",
- },
- {
- id: "2",
- name: "Local Since 1980",
- price: "40+ Years",
- imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=3",
- },
- {
- id: "3",
- name: "24/7 Emergency Support",
- price: "Always",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=10",
- },
+ { id: "1", name: "Honest, No-Upsell Pricing", price: "Fair", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg" },
+ { id: "2", name: "Local Since 1980", price: "40+ Years", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg" },
+ { id: "3", name: "24/7 Emergency Support", price: "Always", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg" },
]}
title="Why Lehigh Acres Chooses Katz"
description="We are a family-owned business, not a big corporate chain. You get honest advice from Pete Katz himself, managed with professional care."
@@ -211,31 +117,11 @@ export default function LandingPage() {