From dbde32287ceaac5945aa166eab4790e8d50a0170 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:24:34 +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 3a3f73d..fb3ccf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,9 +55,9 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", imageAlt: "Roof repair service"}, + id: "1", 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", imageAlt: "Carpentry craftsmanship"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-making-design-from-wood_23-2148640298.jpg?_wi=1", imageAlt: "Carpentry craftsmanship"}, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", imageAlt: "Roofing maintenance"}, { @@ -88,9 +88,9 @@ export default function LandingPage() { { id: "s1", title: "Roof Damage Repair", description: "Rapid response and lasting fixes for storm damage, leaking tiles, and aging roofs.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", imageAlt: "Medium shot men working together"}, { - id: "s2", 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", imageAlt: "Medium shot men working together"}, + id: "s2", 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?_wi=2", imageAlt: "Medium shot men working together"}, { - id: "s3", 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", imageAlt: "Medium shot men working together"}, + id: "s3", 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?_wi=2", imageAlt: "Medium shot men working together"}, ]} title="Our Expert Services" description="Comprehensive home repair and renovation solutions." -- 2.49.1