Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-30 01:37:21 +00:00

View File

@@ -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}