From 33d18d982b826941b146b5c9bcd105ee9be3645b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:25:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bd9efd..5eab795 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "Professional roofing installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=1", imageAlt: "Professional roofing installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Expert roof repair work"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=1", imageAlt: "Expert roof repair work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "Quality roofing installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=2", imageAlt: "Quality roofing installation"}, ]} mediaAnimation="slide-up" className="w-full" @@ -96,7 +96,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Roof Repair & Maintenance", description: "Expert repair services for leaks, damaged shingles, and worn materials. We provide preventive maintenance to extend your roof's lifespan and protect your investment.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Professional roof repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=2", imageAlt: "Professional roof repair"}, items: [ { icon: CheckCircle, text: "Same-day emergency repairs" }, { icon: CheckCircle, text: "Leak detection & fixes" }, @@ -106,7 +106,7 @@ export default function LandingPage() { }, { id: "2", title: "Roof Installation & Replacement", description: "Professional installation of new roofing systems with top-quality materials and expert workmanship. We ensure proper ventilation and weatherproofing for years of protection.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "New roof installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=3", imageAlt: "New roof installation"}, items: [ { icon: CheckCircle, text: "Multiple material options" }, { icon: CheckCircle, text: "Complete project management" },