From eba858bc50bffcb8b005434f6b73c30ee79dcf36 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:56:00 +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 4af2d12..608567f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { description="Our staff are certified, background-checked, and friendly." testimonials={[ { id: "a1", name: "Alex W.", role: "Lead Tech", testimonial: "I love helping families feel safe in their homes.", imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-stop-danger-coming-from-left-yellow_114579-13463.jpg" }, - { id: "a2", 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" } + { id: "a2", 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?_wi=2" } ]} /> -- 2.49.1 From 534fb7222de42faf044805824c08da1ae3a56e9b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:56:01 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6028739..876d87b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Trusted Experts" buttons={[{ text: "Get Free Inspection", href: "/contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg", imageAlt: "pest control service professional" }, + { 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", imageAlt: "protected home interior" } ]} mediaAnimation="slide-up" -- 2.49.1