From 86a2ebbb4b98063b599a364f09c9efce69d84ab5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:23:44 +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 a0d61a4..df53ad0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,12 +67,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=1", imageAlt: "Roof repair service", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-making-design-from-wood_23-2148640298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-making-design-from-wood_23-2148640298.jpg?_wi=1", imageAlt: "Carpentry craftsmanship", }, { @@ -127,7 +127,7 @@ export default function LandingPage() { title: "Pest Prevention", description: "Securing your home by sealing entry points and fortifying wooden structures against pests.", tag: "Protection", - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=2", imageAlt: "Medium shot men working together", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { title: "General Carpentry", description: "Custom woodwork, structural framing, and home renovation services tailored to your needs.", tag: "Craft", - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-making-design-from-wood_23-2148640298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-making-design-from-wood_23-2148640298.jpg?_wi=2", imageAlt: "Medium shot men working together", }, ]} -- 2.49.1