From 1721ac65f1048ebf68dd61a50704a7663ab83f54 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 19:23:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8160479..6068160 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,15 +75,15 @@ export default function LandingPage() { description="Experimente uma jornada gastronômica inesquecível, onde cada prato é cuidadosamente preparado com a arte do fogo lento para realçar sabores profundos e texturas perfeitas. Venha descobrir a verdadeira culinária artesanal." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg?_wi=1", imageAlt: "Prato gourmet com fogo lento", }, { - imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=1", imageAlt: "Mesa de jantar com pratos diversos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510874.jpg?_wi=1", imageAlt: "Sobremesa artística do Slow Fire", }, { @@ -228,7 +228,7 @@ export default function LandingPage() { imageAlt: "Detalhe de carne assada", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg?_wi=2", imageAlt: "grelhado suculento fogo lento", }, { @@ -245,7 +245,7 @@ export default function LandingPage() { imageAlt: "Chef colhendo ervas frescas", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=2", imageAlt: "grelhado suculento fogo lento", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { imageAlt: "Taça de vinho tinto", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510874.jpg?_wi=2", imageAlt: "grelhado suculento fogo lento", }, ]} -- 2.49.1