From 674d6ed69c7d99ebaea14c657d5d5306d6efa7a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:32:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 795f746..8a054d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-woman-hold-their-hands-up-while-dancing_1304-3741.jpg", imageAlt: "Church worship service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-group-happy-diverse-friends-talking-each-other-laughing_181624-23675.jpg", imageAlt: "Church community fellowship" + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-group-happy-diverse-friends-talking-each-other-laughing_181624-23675.jpg?_wi=1", imageAlt: "Church community fellowship" } ]} rating={5} @@ -101,7 +101,7 @@ export default function LandingPage() { }, { id: 3, - title: "Victory in Life", description: "Empowering people to live victorious lives through Christ. We help believers overcome challenges, build strong families, and equip them to impact their communities with God's love.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-group-happy-diverse-friends-talking-each-other-laughing_181624-23675.jpg", imageAlt: "Community fellowship" + title: "Victory in Life", description: "Empowering people to live victorious lives through Christ. We help believers overcome challenges, build strong families, and equip them to impact their communities with God's love.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-group-happy-diverse-friends-talking-each-other-laughing_181624-23675.jpg?_wi=2", imageAlt: "Community fellowship" } ]} /> -- 2.49.1