From 98678a277d797053e16f33ca20b2a3fd0dadfcb4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:52:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() {