diff --git a/src/app/page.tsx b/src/app/page.tsx index 82193e4..ef0fce1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,12 +81,12 @@ export default function LandingPage() { carouselItems={[ { id: "hero-carousel-item-1", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=1", imageAlt: "Luxurious restaurant interior", }, { id: "hero-carousel-item-2", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg?_wi=1", imageAlt: "Exquisite gourmet dish", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { imageAlt: "Chef explaining a dish to a customer", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=2", imageAlt: "soft ambient lighting restaurant interior", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { imageAlt: "Artisan bread basket", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg?_wi=2", imageAlt: "soft ambient lighting restaurant interior", }, ]}