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" 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"