From 60f4ab1ac8959042898884b07dafbaf1929d1d28 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 18:39:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c72294..a2abaa5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,27 +62,27 @@ export default function LandingPage() { description="Providing expert roofing services with precision, reliability, and top-tier materials to protect your home for years to come." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-protection-helmets_23-2149343642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-protection-helmets_23-2149343642.jpg?_wi=1", imageAlt: "Team performing roof installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg?_wi=1", imageAlt: "Aerial view of completed residential roof", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28855.jpg?_wi=1", imageAlt: "Detailed view of roof shingles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-protection-helmets_23-2149343642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-protection-helmets_23-2149343642.jpg?_wi=2", imageAlt: "Roofing installation process", }, { - imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg?_wi=2", imageAlt: "Quality residential roofing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28855.jpg?_wi=2", imageAlt: "Precision roofing materials", }, ]} @@ -123,7 +123,7 @@ export default function LandingPage() { { title: "Detailed Inspection", description: "Comprehensive roof inspections to ensure the safety and longevity of your home's roof.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-protection-helmets_23-2149343642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-protection-helmets_23-2149343642.jpg?_wi=3", imageAlt: "Inspection", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { handle: "@john_doe", testimonial: "High-quality results and great communication. Highly recommend them.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg?_wi=1", }, { id: "3", @@ -182,7 +182,7 @@ export default function LandingPage() { handle: "@lisa_w", testimonial: "Excellent experience from start to finish. Very satisfied with our new roof.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg?_wi=2", }, ]} showRating={true}