From 438f8a9debaa55d976d96238c5c714591d3faeec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:27:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94cd646..9a6de6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,16 +65,16 @@ export default function LandingPage() { description="Comprehensive plumbing solutions for your home" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-carpenter-using-circular-saw-wood_169016-17649.jpg", imageAlt: "Drain cleaning service" + imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-carpenter-using-circular-saw-wood_169016-17649.jpg?_wi=1", imageAlt: "Drain cleaning service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", imageAlt: "Leak detection service" + imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=1", imageAlt: "Leak detection service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg", imageAlt: "Water heater service" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg?_wi=1", imageAlt: "Water heater service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap_1203-3196.jpg", imageAlt: "Faucet and toilet repair" + imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap_1203-3196.jpg?_wi=1", imageAlt: "Faucet and toilet repair" } ]} background={{ variant: "plain" }} @@ -92,16 +92,16 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Drain Cleaning", description: "Professional drain cleaning to clear blockages and restore flow. We use modern equipment for thorough results.", imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-carpenter-using-circular-saw-wood_169016-17649.jpg" + title: "Drain Cleaning", description: "Professional drain cleaning to clear blockages and restore flow. We use modern equipment for thorough results.", imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-carpenter-using-circular-saw-wood_169016-17649.jpg?_wi=2" }, { - title: "Leak Detection & Repair", description: "Expert leak detection using advanced technology. Fast repairs to prevent water damage and save on bills.", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg" + title: "Leak Detection & Repair", description: "Expert leak detection using advanced technology. Fast repairs to prevent water damage and save on bills.", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=2" }, { - title: "Water Heater Service", description: "Water heater installation, repair, and maintenance. Traditional and tankless options available.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg" + title: "Water Heater Service", description: "Water heater installation, repair, and maintenance. Traditional and tankless options available.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg?_wi=2" }, { - title: "Faucet & Toilet Repair", description: "Quick fixes for leaky faucets and running toilets. We get your bathroom back in working order fast.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap_1203-3196.jpg" + title: "Faucet & Toilet Repair", description: "Quick fixes for leaky faucets and running toilets. We get your bathroom back in working order fast.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap_1203-3196.jpg?_wi=2" }, { title: "Sewer Line Repair", description: "Trenchless sewer repairs available. Minimal disruption to your property with maximum effectiveness.", imageSrc: "http://img.b2bpic.net/free-photo/girl-putting-yellow-boots_23-2147770357.jpg" -- 2.49.1