From 875bd9bd033f3f757c3d11cebc6bde392fc7075b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 23:05:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d10f06..545399a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { href: "tel:407-555-0123", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg" + imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg?_wi=1" imageAlt="Professional roof installation" avatars={[ { @@ -159,25 +159,25 @@ export default function LandingPage() { id: "1", name: "Full Roof Replacement", price: "1-Day Install", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=1", }, { id: "2", name: "Expert Roof Repairs", price: "Leak Detection", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=1", }, { id: "3", name: "Drone Inspections", price: "Detailed Reports", - 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", }, { id: "4", name: "Insurance Claims", price: "Zero Stress", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg?_wi=1", }, ]} title="Premium Roofing Solutions" @@ -261,7 +261,7 @@ export default function LandingPage() { title: "Replacement", quote: "They replaced my entire roof in ONE day and cleaned everything perfectly.", avatarSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg?_wi=2", imageAlt: "happy homeowner portrait", }, { @@ -271,7 +271,7 @@ export default function LandingPage() { title: "Repair", quote: "Best pricing and no pressure sales at all. Honest and professional.", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-arabian-muslim-boy-with-originally-hair-posed-streets-against-flags-different-countries_627829-3195.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2", imageAlt: "happy homeowner portrait", }, { @@ -281,7 +281,7 @@ export default function LandingPage() { title: "Claim Help", quote: "Communication was 10/10 the whole time. Helped me with insurance claim easily.", avatarSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-child-son-near-blank-brick-wall-room_8353-7955.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=2", imageAlt: "happy homeowner portrait", }, { @@ -291,7 +291,7 @@ export default function LandingPage() { title: "Inspection", quote: "Professional and fast. Drone scan was extremely thorough!", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", - 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: "happy homeowner portrait", }, { @@ -301,7 +301,7 @@ export default function LandingPage() { title: "Storm Repair", quote: "Spotless cleanup after storm damage repairs. Highly recommend.", avatarSrc: "http://img.b2bpic.net/free-photo/family-therapy-psychologist-office_23-2149175225.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg?_wi=2", imageAlt: "happy homeowner portrait", }, ]} -- 2.49.1