From a3149f25f4fce96b1ff4551f8b4aa4ed992bd53c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:14:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9370ffd..f393740 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,21 +171,21 @@ export default function LandingPage() { id: 1, title: "Septic & Plumbing Checks", description: "Thorough inspection of your home's essential systems.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=1", imageAlt: "Inspection", }, { id: 2, title: "Hot Water Line Replacement", description: "Expert replacement of water lines with reliable, fair quotes.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=2", imageAlt: "Pipework", }, { id: 3, title: "Emergency Repairs", description: "Prompt response for all plumbing emergencies, day or night.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=3", imageAlt: "Emergency", }, ]} -- 2.49.1