From d8e0a7028d7aa3353b37dd4c1c89985d7b8bfee4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:10:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6ea14c..a546771 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,23 +62,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/digital-modern-thermostat-home_53876-146254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-modern-thermostat-home_53876-146254.jpg?_wi=1", imageAlt: "Expert boiler installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-delivery-man-courier-showing-tablet-you-check-order-isolated-grey-studio-background-copy-space_1258-102168.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-delivery-man-courier-showing-tablet-you-check-order-isolated-grey-studio-background-copy-space_1258-102168.jpg?_wi=1", imageAlt: "Professional engineering team", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughters-cooking-together-kitchen_23-2147810161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-daughters-cooking-together-kitchen_23-2147810161.jpg?_wi=1", imageAlt: "Warm comfortable home", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-14812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-14812.jpg?_wi=1", imageAlt: "Precision maintenance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-smart-home-application-with-voice-command-turn-light-with-digital-tablet-m_482257-2741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-smart-home-application-with-voice-command-turn-light-with-digital-tablet-m_482257-2741.jpg?_wi=1", imageAlt: "Modern home heating", }, { @@ -126,27 +126,27 @@ export default function LandingPage() { { id: "1", name: "Jillian Kerr", - imageSrc: "http://img.b2bpic.net/free-photo/digital-modern-thermostat-home_53876-146254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-modern-thermostat-home_53876-146254.jpg?_wi=2", }, { id: "2", name: "Phil Murwill", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-delivery-man-courier-showing-tablet-you-check-order-isolated-grey-studio-background-copy-space_1258-102168.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-delivery-man-courier-showing-tablet-you-check-order-isolated-grey-studio-background-copy-space_1258-102168.jpg?_wi=2", }, { id: "3", name: "Lauren McLeod", - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughters-cooking-together-kitchen_23-2147810161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-daughters-cooking-together-kitchen_23-2147810161.jpg?_wi=2", }, { id: "4", name: "Chris Walsh", - imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-14812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-14812.jpg?_wi=2", }, { id: "5", name: "Sheila M", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-smart-home-application-with-voice-command-turn-light-with-digital-tablet-m_482257-2741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-smart-home-application-with-voice-command-turn-light-with-digital-tablet-m_482257-2741.jpg?_wi=2", }, ]} cardTitle="Client Stories" @@ -169,7 +169,7 @@ export default function LandingPage() { title: "Boiler Installation", subtitle: "Energy-Efficient Systems", description: "Upgrade your home comfort with the latest A-rated condensing boilers, professionally installed.", - imageSrc: "http://img.b2bpic.net/free-photo/digital-modern-thermostat-home_53876-146254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-modern-thermostat-home_53876-146254.jpg?_wi=3", }, { id: 2, @@ -177,7 +177,7 @@ export default function LandingPage() { title: "Annual Servicing", subtitle: "Preventative Care", description: "Keep your system running reliably all year round with our comprehensive annual checkup.", - imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-14812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-14812.jpg?_wi=3", }, { id: 3, @@ -185,7 +185,7 @@ export default function LandingPage() { title: "Emergency Repairs", subtitle: "Fast Response", description: "Our engineers are available for urgent repairs to get your heating back up and running fast.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-smart-home-application-with-voice-command-turn-light-with-digital-tablet-m_482257-2741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-smart-home-application-with-voice-command-turn-light-with-digital-tablet-m_482257-2741.jpg?_wi=3", }, ]} /> -- 2.49.1