From 4407d0bb25a1299561d99a695390ed655694b2f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:06:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6cff42..cacda06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,27 +65,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721572.jpg?_wi=1", imageAlt: "Professional plumber at work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990728.jpg?_wi=1", imageAlt: "Plumbing repair services", }, { - imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-using-tablet-computer-industrial-factory-building_342744-449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-using-tablet-computer-industrial-factory-building_342744-449.jpg?_wi=1", imageAlt: "Heating system inspection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334226.jpg?_wi=1", imageAlt: "Bathroom fixtures", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg?_wi=1", imageAlt: "Water tank cleaning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/antique-shower-bathtub_1203-2103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-shower-bathtub_1203-2103.jpg?_wi=1", imageAlt: "Plumbing systems supply", }, ]} @@ -129,32 +129,32 @@ export default function LandingPage() { { title: "Bathroom Installation", description: "High-quality bathtub, shower, and fixture installations by experienced technicians.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721572.jpg?_wi=2", }, { title: "Drain & Leak Repair", description: "Expert drain cleaning and water leak detection services to prevent damage.", - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990728.jpg?_wi=2", }, { title: "Water Tank Cleaning", description: "Specialized underground and Sintex tank cleaning to ensure pure, clean water.", - imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-using-tablet-computer-industrial-factory-building_342744-449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-using-tablet-computer-industrial-factory-building_342744-449.jpg?_wi=2", }, { title: "Swimming Pool Fitting", description: "Complete swimming pool installation and fitting tailored to your needs.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334226.jpg?_wi=2", }, { title: "Heating Solutions", description: "Reliable heating installation and repair for comfort throughout the winter.", - imageSrc: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg?_wi=2", }, { title: "Emergency Maintenance", description: "Fast response for urgent plumbing issues, keeping your home functional and safe.", - imageSrc: "http://img.b2bpic.net/free-photo/antique-shower-bathtub_1203-2103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-shower-bathtub_1203-2103.jpg?_wi=2", }, ]} title="Our Plumbing Services" -- 2.49.1