From 97e4c96ffe220a57a77381e107d5b1a46199c008 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:59:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84a86be..16ab118 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", imageAlt: "Professional plumbing service" + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=1", imageAlt: "Professional plumbing service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg", imageAlt: "Expert leak repair" + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=1", imageAlt: "Expert leak repair" }, { imageSrc: "http://img.b2bpic.net/free-photo/friends-camping-forest-together_53876-20690.jpg", imageAlt: "Drain cleaning service" @@ -67,7 +67,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/heavy-duty-construction-machines-carrying-placing-gas-pipe-into-ground_342744-367.jpg", imageAlt: "Professional installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", imageAlt: "Plumbing excellence" + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=2", imageAlt: "Plumbing excellence" } ]} /> @@ -96,7 +96,7 @@ export default function LandingPage() { id: "4", title: "Installation & Remodeling", content: "Complete bathroom and kitchen plumbing installations. From fixtures to full system upgrades, our licensed plumbers ensure quality workmanship." } ]} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=2" imageAlt="Professional plumbing services" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1