diff --git a/src/app/page.tsx b/src/app/page.tsx index 6433b8a..d619750 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,15 +70,15 @@ export default function LandingPage() { description="Lola's Beach Restaurant offers a vibrant culinary journey with fresh seafood, local flavors, and a stunning beach view. Experience the true taste of Dorado." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-baked-beans-coaster-blue-table_114579-90305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowl-baked-beans-coaster-blue-table_114579-90305.jpg?_wi=1", imageAlt: "Delicious seafood platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tiramisu-plating_23-2148322834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tiramisu-plating_23-2148322834.jpg?_wi=1", imageAlt: "Traditional Mofongo with seafood", }, { - imageSrc: "http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg?_wi=1", imageAlt: "Tropical cocktail on the beach", }, { @@ -230,7 +230,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/bowl-baked-beans-coaster-blue-table_114579-90305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowl-baked-beans-coaster-blue-table_114579-90305.jpg?_wi=2", imageAlt: "fresh seafood ingredients display raw", }, { @@ -255,7 +255,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tiramisu-plating_23-2148322834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tiramisu-plating_23-2148322834.jpg?_wi=2", imageAlt: "fresh seafood ingredients display raw", }, { @@ -280,7 +280,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg?_wi=2", imageAlt: "fresh seafood ingredients display raw", }, ]}