diff --git a/src/app/page.tsx b/src/app/page.tsx index a9ac793..db96bdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-spring-field_1157-32888.jpg"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wedding-bride-groom_1303-11471.jpg"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wedding-bride-groom_1303-11471.jpg?_wi=1"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/white-chairs-stand-rows-green-lawn_1304-3719.jpg?_wi=1"}, { @@ -154,7 +154,7 @@ export default function LandingPage() { "October 18, 2025 at 2:00 PM. Join us for the ceremony at the Oak Garden Pavilion, followed by celebration and dinner.", icon: Calendar, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-bride-groom_1303-11471.jpg", imageAlt: "Wedding invitation card"}, + imageSrc: "http://img.b2bpic.net/free-photo/wedding-bride-groom_1303-11471.jpg?_wi=2", imageAlt: "Wedding invitation card"}, { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-newlyweds-smiling-with-closed-eyes-enjoying_176420-2235.jpg?_wi=2", imageAlt: "Celebration moments"}, ], @@ -164,7 +164,7 @@ export default function LandingPage() { "Black tie optional. We want you to feel elegant and comfortable. Think festive and fabulous! Celebrate in style with us.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-free-time-park-sitting-bench_342744-873.jpg", imageAlt: "Formal attire"}, + imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-free-time-park-sitting-bench_342744-873.jpg?_wi=1", imageAlt: "Formal attire"}, { imageSrc: "http://img.b2bpic.net/free-photo/party-outdoors-pillow-hand-wedding_1153-2205.jpg?_wi=1", imageAlt: "Wedding celebration"}, ], @@ -226,7 +226,7 @@ export default function LandingPage() { { id: "2", name: "Garden Moments", price: "Pure Joy", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-nature_23-2149042184.jpg?_wi=2", imageAlt: "Engagement photo 2"}, { - id: "3", name: "Nature & Love", price: "Timeless", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-free-time-park-sitting-bench_342744-873.jpg", imageAlt: "Engagement photo 3"}, + id: "3", name: "Nature & Love", price: "Timeless", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-free-time-park-sitting-bench_342744-873.jpg?_wi=2", imageAlt: "Engagement photo 3"}, { id: "4", name: "Celebration", price: "The Journey", imageSrc: "http://img.b2bpic.net/free-photo/party-outdoors-pillow-hand-wedding_1153-2205.jpg?_wi=2", imageAlt: "Engagement photo 4"}, ]}