From 4a066ecc5baf0b366b372f044bfd4d4936697b71 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 12:55:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 085e67c..7e3cf70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,19 +89,19 @@ export default function LandingPage() { { title: "Youth Group", description: "Engaging activities and mentorship for teenagers every Friday.", - imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg?_wi=1", imageAlt: "Youth group activity", }, { title: "Community Outreach", description: "Serving our neighbors through food drives and local support.", - imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg?_wi=2", imageAlt: "Outreach program", }, { title: "Sunday School", description: "Age-appropriate lessons for children during our service.", - imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg?_wi=3", imageAlt: "Kids classroom", }, ]} @@ -121,7 +121,7 @@ export default function LandingPage() { quote: "Grace Church has been a beacon of hope in my life. I found the community I was searching for.", name: "Sarah Miller", role: "Member", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23110.jpg?_wi=1", }, { id: "2", @@ -153,7 +153,7 @@ export default function LandingPage() { quote: "I moved here recently and found my family at Grace Church. So thankful for this place.", name: "Emily Rose", role: "Member", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23110.jpg?_wi=2", }, ]} title="Voices of Our Community" -- 2.49.1