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"