From dcf37aad70492e5ea91914a642bce76a2304b52d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:44:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35b0755..af48c8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,35 +62,35 @@ export default function LandingPage() { handle: "@mfriday", testimonial: "From start to finish, handled with professionalism, care and integrity.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg?_wi=1", }, { name: "Allan Owen", handle: "@aowen", testimonial: "Best home decision I have made.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322086.jpg?_wi=1", }, { name: "Dan Killam", handle: "@dkillam", testimonial: "Seamless process. Constant updates with drone footage.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-415.jpg?_wi=1", }, { name: "Sarah Miller", handle: "@smiller", testimonial: "The cleanup was spotless, and the team was incredibly respectful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg?_wi=1", }, { name: "John Doe", handle: "@jdoe", testimonial: "Unmatched expertise. My roof looks incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-showing-new-house-smiley-couple-laptop_23-2148895494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-showing-new-house-smiley-couple-laptop_23-2148895494.jpg?_wi=1", }, ]} buttons={[ @@ -103,7 +103,7 @@ export default function LandingPage() { href: "tel:5550102", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-swimming-pool-resort_1339-7054.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-swimming-pool-resort_1339-7054.jpg?_wi=1" imageAlt="Aerial shot of a luxury roof installation" avatars={[ { @@ -182,7 +182,7 @@ export default function LandingPage() { imageAlt: "New roof installation", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-swimming-pool-resort_1339-7054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-swimming-pool-resort_1339-7054.jpg?_wi=2", imageAlt: "new roof installation professional residential", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { imageAlt: "Expert roof repair", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg?_wi=2", imageAlt: "new roof installation professional residential", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { imageAlt: "Drone roof inspection", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322086.jpg?_wi=2", imageAlt: "new roof installation professional residential", }, { @@ -233,7 +233,7 @@ export default function LandingPage() { imageAlt: "Roof insurance help", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-415.jpg?_wi=2", imageAlt: "new roof installation professional residential", }, { @@ -250,7 +250,7 @@ export default function LandingPage() { imageAlt: "Commercial roof installation", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg?_wi=2", imageAlt: "new roof installation professional residential", }, { @@ -267,7 +267,7 @@ export default function LandingPage() { imageAlt: "Emergency roof service", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-showing-new-house-smiley-couple-laptop_23-2148895494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-showing-new-house-smiley-couple-laptop_23-2148895494.jpg?_wi=2", imageAlt: "new roof installation professional residential", }, ]} -- 2.49.1