From bd2001c00bdf2cf57f7397ddceb4fbf72aa53796 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:53:18 +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 848530d..1a577ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "John Doe", handle: "@john", testimonial: "Kinsmen Baptist has become my second home in Bangalore.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-priest-meeting-woman-spiritual-direction_23-2149298318.jpg"}, + id: "1", name: "John Doe", handle: "@john", testimonial: "Kinsmen Baptist has become my second home in Bangalore.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-priest-meeting-woman-spiritual-direction_23-2149298318.jpg?_wi=1"}, { id: "2", name: "Jane Smith", handle: "@jane", testimonial: "I love the warm and friendly atmosphere every single Sunday.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bride-wearing-white-her-wedding_23-2150835690.jpg"}, { @@ -131,7 +131,7 @@ export default function LandingPage() { { id: "4", name: "Sarah P", handle: "@sarah", testimonial: "Great community programs for families and children.", imageSrc: "http://img.b2bpic.net/free-photo/girls-just-want-have-fun_329181-8414.jpg"}, { - id: "5", name: "David Kumar", handle: "@david", testimonial: "The pastoral care here is genuine and truly heartfelt.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-priest-meeting-woman-spiritual-direction_23-2149298318.jpg"}, + id: "5", name: "David Kumar", handle: "@david", testimonial: "The pastoral care here is genuine and truly heartfelt.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-priest-meeting-woman-spiritual-direction_23-2149298318.jpg?_wi=2"}, ]} title="Stories of Faith" description="Hear from our church family about how their lives have been impacted." -- 2.49.1