From b40f1572c51a4287a2bffeb59e0889b422f263a6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:54:44 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d2fcc1d..d9b0fc1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { name: "Maria K.", role: "Lead Tech", testimonial: "We use only the safest, most effective products available.", - imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg?_wi=3", imageAlt: "Sanitizer in special preventive uniform stop danger coming from left on yellow.", }, ]} -- 2.49.1 From d1f7415480f8dfcbfb4898e477c640f7ce0377fa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:54:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e205459..e52132f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg?_wi=1", imageAlt: "pest control service professional", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-protective-suit_176474-23782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-protective-suit_176474-23782.jpg?_wi=1", imageAlt: "protected home interior", }, { @@ -104,7 +104,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-disinfecting-countertop_23-2148563398.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg?_wi=2", imageAlt: "eco friendly pest control spray", }, { @@ -116,7 +116,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-white-protection-suit-with-sprayer-tank-ready-fight-against-corona-virus_342744-870.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-protective-suit_176474-23782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-protective-suit_176474-23782.jpg?_wi=2", imageAlt: "eco friendly pest control spray", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-holding-house-model-pointing-camera-protective-suit_176474-23733.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg?_wi=1", imageAlt: "eco friendly pest control spray", }, ]} @@ -164,7 +164,7 @@ export default function LandingPage() { role: "Homeowner", company: "London Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg?_wi=2", }, { id: "2", -- 2.49.1