From 9351122a6b3cede22df567e4897240ca0dac6a54 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 18:50:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e6171c..ac608ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "HVAC technician working on a furnace"}, + imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "HVAC technician working on a furnace"}, { imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-work-van_23-2149891032.jpg", imageAlt: "Clean ProTech service truck pulling up"}, { @@ -80,7 +80,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Thomas D.", role: "Homeowner", company: "Jo Daviess County Resident", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", imageAlt: "Thomas D."}, + imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg?_wi=1", imageAlt: "Thomas D."}, { id: "2", name: "Eric B.", role: "Homeowner", company: "Jo Daviess County Resident", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", imageAlt: "Eric B."}, @@ -89,7 +89,7 @@ export default function LandingPage() { imageSrc: "https://img.b2bpic.net/free-photo/focused-businessman-signing-agreement-meeting_74855-9896.jpg", imageAlt: "Frank D."}, { id: "4", name: "Sarah K.", role: "Homeowner", company: "Jo Daviess County Resident", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", imageAlt: "Sarah K."}, + imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg?_wi=2", imageAlt: "Sarah K."}, ]} kpiItems={[ { value: "4.8", label: "Star Rating" }, @@ -118,9 +118,9 @@ export default function LandingPage() { description="From emergency repairs to proactive maintenance, ProTech Heating & Cooling has you covered." features={[ { - id: "🔥", title: "Furnace Repair & Installation", description: "Emergency heating repairs, new furnace installs, and high-efficiency upgrades to keep you warm.", imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg"}, + id: "🔥", title: "Furnace Repair & Installation", description: "Emergency heating repairs, new furnace installs, and high-efficiency upgrades to keep you warm.", imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2"}, { - id: "❄", title: "AC Repair & Replacement", description: "Fast AC diagnostics, system replacements, and seasonal tune-ups for reliable cooling.", imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg"}, + id: "❄", title: "AC Repair & Replacement", description: "Fast AC diagnostics, system replacements, and seasonal tune-ups for reliable cooling.", imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=3"}, { id: "🛠", title: "24-Hour Emergency HVAC", description: "Rapid response times for nights, weekends, and holidays with fully stocked service vehicles.", imageSrc: "https://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg"}, { @@ -161,7 +161,7 @@ export default function LandingPage() { { id: "respect-for-home", label: "Respect for Your Home", description: "We pride ourselves on leaving your home as clean as we found it, taking every precaution to protect your property during service."}, ]} - imageSrc="https://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg" + imageSrc="https://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=1" imageAlt="ProTech Heating & Cooling team" mediaAnimation="opacity" imagePosition="right" @@ -191,7 +191,7 @@ export default function LandingPage() { { id: "our-coverage", label: "Our Coverage", description: "Proudly serving Galena, East Dubuque, Stockton, Elizabeth, and all surrounding communities in Jo Daviess County."}, ]} - imageSrc="https://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg" + imageSrc="https://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=2" imageAlt="ProTech Heating & Cooling team members" mediaAnimation="opacity" imagePosition="left" -- 2.49.1