From a0ad7f327fa2052789f021c4705dd6f1fd2ea74d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:37:42 +0000 Subject: [PATCH] Update src/app/bulletin-and-events/page.tsx --- src/app/bulletin-and-events/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/bulletin-and-events/page.tsx b/src/app/bulletin-and-events/page.tsx index f040efe..04e717f 100644 --- a/src/app/bulletin-and-events/page.tsx +++ b/src/app/bulletin-and-events/page.tsx @@ -22,8 +22,8 @@ export default function BulletinEventsPage() { title="Upcoming Events" description="Join us for our community gatherings and spiritual growth opportunities." features={[ - { title: "Sunday Mass", description: "Weekly community worship at 10:00 AM.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop" }, - { title: "Youth Bible Study", description: "Engaging sessions for teens every Wednesday.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop" } + { title: "Sunday Mass", description: "Weekly community worship at 10:00 AM.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop&_wi=1" }, + { title: "Youth Bible Study", description: "Engaging sessions for teens every Wednesday.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop&_wi=2" } ]} animationType="slide-up" textboxLayout="default"