From 4d6dac478da08b24e8daf1d5ab2547af8a1bad5b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:33:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d9f8a7..82f6790 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { description="From emergency repairs to full replacements, Roofing Giant delivers durable, insured work backed by 20 years of local expertise. Get your free inspection and estimate today." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/builder-building-roof-house_23-2148748845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/builder-building-roof-house_23-2148748845.jpg?_wi=1", imageAlt: "residential roof repair expert", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=1", imageAlt: "commercial roofing project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=1", imageAlt: "expert roofing team onsite", }, { @@ -165,21 +165,21 @@ export default function LandingPage() { title: "Full Replacements", description: "Complete roof system replacement using high-performance materials.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/builder-building-roof-house_23-2148748845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/builder-building-roof-house_23-2148748845.jpg?_wi=2", imageAlt: "high quality roofing results", }, { title: "Commercial Roofing", description: "Tailored roofing systems for businesses that prioritize low maintenance.", buttonIcon: "Building", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=2", imageAlt: "high quality roofing results", }, { title: "Maintenance Plans", description: "Scheduled inspections to extend the life of your current roofing.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=2", imageAlt: "high quality roofing results", }, ]} -- 2.49.1