diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 264105c..b1b50bb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { icon: Clock, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27386.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27386.jpg?_wi=2" imageAlt="Friendly junk removal team smiling" mediaAnimation="slide-up" /> @@ -126,7 +126,7 @@ export default function LandingPage() { }, ]} tag="Our Achievements" - imageSrc="http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27395.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27395.jpg?_wi=2" imageAlt="Pile of junk ready for removal" mediaAnimation="slide-up" metricsAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fa3515..c380f13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { imageAlt: "Junk removal truck with crew in Milledgeville, GA", }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27386.jpg?_wi=1", imageAlt: "Friendly Trash Man Shawty crew member smiling", }, ]} @@ -145,14 +145,14 @@ export default function LandingPage() { id: "junk-removal", name: "Junk Removal", price: "Starting at $129", - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27395.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27395.jpg?_wi=1", imageAlt: "Pile of junk ready for removal", }, { id: "house-cleanouts", name: "House & Property Cleanouts", price: "Custom Estimate", - imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068947.jpg?_wi=1", imageAlt: "Empty room after a house cleanout", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { id: "garage-attic-shed", name: "Garage, Shed & Attic Cleanouts", price: "Custom Estimate", - imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068947.jpg?_wi=2", imageAlt: "Cluttered garage before cleanout", }, ]}