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" } ]} /> 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"