diff --git a/src/app/page.tsx b/src/app/page.tsx index eb4f9d7..3a8d7af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,11 +75,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg?_wi=1", imageAlt: "Ocala House venue exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg?_wi=2", imageAlt: "Ocala House venue interior", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { name: "Main Grounds", price: "View", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=1", }, { id: "2", @@ -209,7 +209,7 @@ export default function LandingPage() { name: "Main Hall", price: "View", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=2", }, { id: "6", @@ -316,7 +316,7 @@ export default function LandingPage() {