From 1af0397ff96272092dc42478938c060916038a80 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 01:37:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 194cec1..27fba16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,45 +60,45 @@ export default function LandingPage() { description="Receitas tradicionais que aquecem a alma, ingredientes frescos e aquele tempero caseiro que você não esquece." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-eggplants-dish-still-life_23-2150561785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-eggplants-dish-still-life_23-2150561785.jpg?_wi=1", imageAlt: "Feijoada completa", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8287.jpg?_wi=1", imageAlt: "Churrasco no fogo", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-eggplants-dish-still-life_23-2150561785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-eggplants-dish-still-life_23-2150561785.jpg?_wi=2", imageAlt: "Prato principal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8287.jpg?_wi=2", imageAlt: "Ambiente aconchegante", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-eggplants-dish-still-life_23-2150561785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-eggplants-dish-still-life_23-2150561785.jpg?_wi=3", imageAlt: "Detalhe da comida", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8287.jpg?_wi=3", imageAlt: "Picanha grelhada", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-eggplants-dish-still-life_23-2150561785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-eggplants-dish-still-life_23-2150561785.jpg?_wi=4", imageAlt: "Pratos típicos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8287.jpg?_wi=4", imageAlt: "Mesa farta", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-eggplants-dish-still-life_23-2150561785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-eggplants-dish-still-life_23-2150561785.jpg?_wi=5", imageAlt: "Cozinha gourmet", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8287.jpg?_wi=5", imageAlt: "Experiência gastronômica", }, ]} @@ -251,7 +251,7 @@ export default function LandingPage() { handle: "@anasilva", testimonial: "A melhor feijoada que já comi em anos! Lembra muito a da minha avó.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg?_wi=1", }, { id: "2", @@ -283,7 +283,7 @@ export default function LandingPage() { handle: "@jcosta", testimonial: "Sabor incomparável e preço justo. Voltarei sempre!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1