From 0b2ac198464e523389b7491998ece0912d147cd4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:28:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d979728..85e9480 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@robertb", testimonial: "The best HVAC service in Florida. Professional, honest, and fast.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/small-house-entrance-japan-building_23-2149301082.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-house-entrance-japan-building_23-2149301082.jpg?_wi=1", imageAlt: "hvac air conditioning unit home", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@jessicam", testimonial: "A/C 4-America saved my summer. Reliable service and very fair pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg?_wi=1", imageAlt: "hvac air conditioning unit home", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@tomw", testimonial: "Quick response time and fixed the leak perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wireman-dissasembling-air-conditioner_482257-91015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wireman-dissasembling-air-conditioner_482257-91015.jpg?_wi=1", imageAlt: "hvac air conditioning unit home", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@elenap", testimonial: "Very professional and clean installation work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg?_wi=1", imageAlt: "hvac air conditioning unit home", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { handle: "@markd", testimonial: "Honest pricing, no gimmicks. My go-to for HVAC.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=1", imageAlt: "hvac air conditioning unit home", }, ]} @@ -111,7 +111,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/small-house-entrance-japan-building_23-2149301082.jpg" + imageSrc="http://img.b2bpic.net/free-photo/small-house-entrance-japan-building_23-2149301082.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", @@ -147,17 +147,17 @@ export default function LandingPage() { { title: "AC Repair", description: "Rapid troubleshooting and repair for all major air conditioning brands.", - imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg?_wi=2", }, { title: "New Installation", description: "High-efficiency system installations designed for Florida's climate.", - imageSrc: "http://img.b2bpic.net/free-photo/wireman-dissasembling-air-conditioner_482257-91015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wireman-dissasembling-air-conditioner_482257-91015.jpg?_wi=2", }, { title: "Maintenance Plans", description: "Regular tune-ups to ensure longevity and peak system performance.", - imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg?_wi=2", }, ]} title="Our Specialized HVAC Services" @@ -225,7 +225,7 @@ export default function LandingPage() { { id: "t1", name: "John Doe", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=2", }, { id: "t2", -- 2.49.1