From 861cb98d6213069cb27021b68c13b2f6693ad37f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:25:52 +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 62a3de6..28adde5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@johnd", testimonial: "DDC restored my roof efficiently and professionally.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "professional roofing service home exterior", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@sarahp", testimonial: "Exceptional service. My roof looks brand new again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg?_wi=1", imageAlt: "professional roofing contractor team", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { handle: "@davidw", testimonial: "Fantastic quality workmanship. Highly recommend for any roof repair.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg?_wi=2", imageAlt: "full roof restoration residential", }, ]} @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/front-view-architect-with-blueprints_23-2148269843.jpg", @@ -175,7 +175,7 @@ export default function LandingPage() { description: "Comprehensive guarantees on all labor and materials we provide.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg?_wi=3" mediaAnimation="slide-up" /> -- 2.49.1