From f0d7b064d08baeab63f18f61baeb52ae3c77eb2a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:41:35 +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 48cd5fb..05194b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { { value: "100%", title: "Welcoming" } ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/front-view-interracial-friends-cheering_23-2148212340.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-interracial-friends-cheering_23-2148212340.jpg?_wi=1" imageAlt="Church community gathered in fellowship" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -174,7 +174,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="opacity" features={[ - { id: "bible-verse", title: "Come as You Are", description: "Our doors are open to everyone. We believe in creating an inclusive, welcoming environment where all are valued and loved.", media: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-interracial-friends-cheering_23-2148212340.jpg", imageAlt: "Church community welcoming members" }, items: [ { icon: Heart, text: "Unconditional welcome" }, { icon: Users, text: "Diverse community" }, { icon: Users, text: "Caring fellowship" } ], reverse: false } + { id: "bible-verse", title: "Come as You Are", description: "Our doors are open to everyone. We believe in creating an inclusive, welcoming environment where all are valued and loved.", media: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-interracial-friends-cheering_23-2148212340.jpg?_wi=2", imageAlt: "Church community welcoming members" }, items: [ { icon: Heart, text: "Unconditional welcome" }, { icon: Users, text: "Diverse community" }, { icon: Users, text: "Caring fellowship" } ], reverse: false } ]} textboxLayout="default" animationType="blur-reveal" -- 2.49.1