From 19fb4f73cba24b9ece6ee95f77c8e6271f9c4704 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:50:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0464199..c7fe3b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,11 +77,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343664.jpg?_wi=1", imageAlt: "Urban rowhouse roofing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg?_wi=1", imageAlt: "Professional team", }, { @@ -131,7 +131,7 @@ export default function LandingPage() { title: "Roof Repair", description: "Fast diagnosis and durable repairs for leaks, storm damage, and flashing issues.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg?_wi=1", imageAlt: "Roof repair detail", }, items: [ @@ -145,14 +145,14 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343664.jpg?_wi=2", imageAlt: "roofing installation detail", }, { title: "Flat Roof Systems", description: "Specialized flat roof repair and restoration for city rowhomes.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg?_wi=1", imageAlt: "Flat roof restoration", }, items: [ @@ -166,7 +166,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/men-with-helmets-working-together_23-2149343700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-with-helmets-working-together_23-2149343700.jpg?_wi=1", imageAlt: "roofing installation detail", }, { @@ -290,7 +290,7 @@ export default function LandingPage() { quote: "They responded the same day and explained everything clearly.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-t-shirt-jacket-cap-looking-dreamy-front-view_176474-57862.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343664.jpg?_wi=3", imageAlt: "satisfied homeowner rowhouse", }, { @@ -301,7 +301,7 @@ export default function LandingPage() { quote: "They didn’t try to sell me something I didn’t need.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/omg-wow-portrait-emotional-surprised-young-european-service-technicians-wearing-safety-goggles-looking-full-disbelief-keeping-mouths-wide-opened-eyes-popped-out_273609-7887.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg?_wi=2", imageAlt: "satisfied homeowner rowhouse", }, { @@ -312,7 +312,7 @@ export default function LandingPage() { quote: "Professional, fast, honest, and easy to work with.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-engineers-hand-shake_23-2148480373.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg?_wi=2", imageAlt: "satisfied homeowner rowhouse", }, { @@ -323,7 +323,7 @@ export default function LandingPage() { quote: "Kept us informed and delivered exactly what they promised.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/elegant-couple-draws-art-studio_1157-30469.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/men-with-helmets-working-together_23-2149343700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-with-helmets-working-together_23-2149343700.jpg?_wi=2", imageAlt: "satisfied homeowner rowhouse", }, { @@ -334,7 +334,7 @@ export default function LandingPage() { quote: "Professional and clean work throughout the project.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-showing-approval_23-2148269355.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg?_wi=2", imageAlt: "satisfied homeowner rowhouse", }, ]} -- 2.49.1