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", }, ]}