From a0ad7f327fa2052789f021c4705dd6f1fd2ea74d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:37:42 +0000 Subject: [PATCH 1/2] 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" -- 2.49.1 From 36c4f98abae36211fc46a9728a79bd0f6c213444 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:37:43 +0000 Subject: [PATCH 2/2] Update src/app/ministries/page.tsx --- src/app/ministries/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/ministries/page.tsx b/src/app/ministries/page.tsx index 9fd7bb8..b5d846e 100644 --- a/src/app/ministries/page.tsx +++ b/src/app/ministries/page.tsx @@ -22,9 +22,9 @@ export default function MinistriesPage() { title="Parish Ministries" description="Discover ways to serve, connect, and grow within our parish community." features={[ - { title: "Food Pantry", description: "Serving those in need.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop" }, - { title: "Music Ministry", description: "Enhancing our worship.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop" }, - { title: "Youth Mentorship", description: "Supporting the next generation.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop" } + { title: "Food Pantry", description: "Serving those in need.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop&_wi=3" }, + { title: "Music Ministry", description: "Enhancing our worship.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop&_wi=4" }, + { title: "Youth Mentorship", description: "Supporting the next generation.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop&_wi=5" } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1