Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 21:26:50 +00:00

View File

@@ -76,22 +76,22 @@ export default function LandingPage() {
tagIcon={ChefHat}
products={[
{
id: "1", name: "Marmita Executiva", price: "R$ 32,00", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=400", imageAlt: "Marmita executiva com arroz, feijão e carne"
id: "1", name: "Marmita Executiva", price: "R$ 32,00", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=400&_wi=1", imageAlt: "Marmita executiva com arroz, feijão e carne"
},
{
id: "2", name: "Frango com Legumes", price: "R$ 28,00", imageSrc: "https://images.unsplash.com/photo-1504674900pursuade6-91a6d440e8/?w=400", imageAlt: "Frango suculento com legumes frescos"
},
{
id: "3", name: "Marmita Vegetariana", price: "R$ 26,00", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=400", imageAlt: "Marmita vegetariana com variedade de legumes"
id: "3", name: "Marmita Vegetariana", price: "R$ 26,00", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=400&_wi=2", imageAlt: "Marmita vegetariana com variedade de legumes"
},
{
id: "4", name: "Feijoada Completa", price: "R$ 35,00", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=400", imageAlt: "Feijoada tradicional com acompanhamentos"
id: "4", name: "Feijoada Completa", price: "R$ 35,00", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=400&_wi=3", imageAlt: "Feijoada tradicional com acompanhamentos"
},
{
id: "5", name: "Peixe ao Molho", price: "R$ 38,00", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=400", imageAlt: "Peixe fresco ao molho caseiro"
id: "5", name: "Peixe ao Molho", price: "R$ 38,00", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=400&_wi=4", imageAlt: "Peixe fresco ao molho caseiro"
},
{
id: "6", name: "Moqueca de Peixe", price: "R$ 40,00", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=400", imageAlt: "Moqueca com leite de coco e temperos"
id: "6", name: "Moqueca de Peixe", price: "R$ 40,00", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=400&_wi=5", imageAlt: "Moqueca com leite de coco e temperos"
}
]}
textboxLayout="default"