diff --git a/src/app/page.tsx b/src/app/page.tsx index 01c7244..e5d223c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg", imageAlt: "Ocala House venue exterior"}, + 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", imageAlt: "Ocala House venue interior"} + imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg?_wi=2", imageAlt: "Ocala House venue interior"} ]} mediaAnimation="slide-up" rating={5} @@ -117,7 +117,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Exterior", name: "Main Grounds", price: "View", rating: 5, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg"}, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=1"}, { id: "2", brand: "Ceremony", name: "Ceremony Lawn", price: "View", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-table-seats-new-year-s-eve-party_23-2149144035.jpg"}, @@ -129,7 +129,7 @@ export default function LandingPage() { reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/floral-composition-white-arch-wedding-ceremonial-hall_8353-9849.jpg"}, { id: "5", brand: "Interior", name: "Main Hall", price: "View", rating: 5, - reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg"}, + reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=2"}, { id: "6", brand: "Landscape", name: "Venue Exterior", price: "View", rating: 5, reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg"}, @@ -195,7 +195,7 @@ export default function LandingPage() {