diff --git a/src/app/page.tsx b/src/app/page.tsx index d9d04ed..e71b95b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,12 +73,12 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139471.jpg?_wi=1", imageAlt: "delicious italian pasta feast restaurant", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg?_wi=1", imageAlt: "freshly cooked spaghetti sauce", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { description: "Sabor autêntico passado por gerações.", bentoComponent: "reveal-icon", icon: BookOpen, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139471.jpg?_wi=2", imageAlt: "Italian lasagne garnished with tomato sauce and grated parmesan served with red wine", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { description: "Perfeito para momentos especiais.", bentoComponent: "reveal-icon", icon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg?_wi=2", imageAlt: "Italian lasagne garnished with tomato sauce and grated parmesan served with red wine", }, ]}