diff --git a/src/app/page.tsx b/src/app/page.tsx index b9fe0a7..ad1c045 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,11 +64,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-old-clock-tower-against-sky_169016-20938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-old-clock-tower-against-sky_169016-20938.jpg?_wi=1", imageAlt: "Peaceful church exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/open-bible-stand-sun-rays-light-scripture_169016-71816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/open-bible-stand-sun-rays-light-scripture_169016-71816.jpg?_wi=1", imageAlt: "Open Bible with sunlight", }, { @@ -76,11 +76,11 @@ export default function LandingPage() { imageAlt: "Sanctuary assembly hall", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-old-clock-tower-against-sky_169016-20938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-old-clock-tower-against-sky_169016-20938.jpg?_wi=2", imageAlt: "Church clock tower", }, { - imageSrc: "http://img.b2bpic.net/free-photo/open-bible-stand-sun-rays-light-scripture_169016-71816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/open-bible-stand-sun-rays-light-scripture_169016-71816.jpg?_wi=2", imageAlt: "Scripture lighting", }, ]}