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() {