From fdaffdb0857aa4856188fd59635284371afa8280 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 01:55:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1