diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b3389f..733d48e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { tag="Available 24/7" buttons={[{ text: "Call Now: (239) 555-0123", href: "tel:2395550123" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Katz Plumbing Expert" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg", imageAlt: "Family Business Service" } + { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=1", imageAlt: "Katz Plumbing Expert" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=1", imageAlt: "Family Business Service" } ]} mediaAnimation="slide-up" rating={5} @@ -77,18 +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", 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" } + 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" } }, { 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", 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" } + 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=4", 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=5", 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", 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" } + 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=6", 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=7", imageAlt: "Service Tech" } }, ]} showStepNumbers={false} @@ -104,9 +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" }, - { 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" }, + { 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=8" }, + { id: "2", name: "Local Since 1980", price: "40+ Years", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=2" }, + { 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=9" }, ]} 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." @@ -117,11 +117,11 @@ export default function LandingPage() {