diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d976faa..0558eae 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -75,7 +75,7 @@ export default function AboutPage() { description="15+ Years of Professional Experience" subdescription="Serving North Alabama with Pride and Dedication" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=2" imageAlt="Experienced tree service team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -91,7 +91,7 @@ export default function AboutPage() { description="Licensed & Insured Professional Team" subdescription="Committed to Excellence in Every Project" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg" + imageSrc="http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg?_wi=2" imageAlt="Safety equipment and professional standards" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f75045..f0e5416 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function HomePage() { { id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg", imageAlt: "Skilled and experienced tree service crew"}, { - id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg", imageAlt: "Professional equipment and safety gear"}, + id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg?_wi=1", imageAlt: "Professional equipment and safety gear"}, ]} autoPlay={true} autoPlayInterval={5000} @@ -105,16 +105,16 @@ export default function HomePage() {