From 935dadfa7cc28f9ddbaab3e1332061667dbbb010 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 14:59:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1