Update src/app/page.tsx

This commit is contained in:
2026-03-23 00:24:30 +00:00
parent 37216888dd
commit c778300d0a

View File

@@ -91,36 +91,44 @@ export default function LandingPage() {
title: "Ingredientes Frescos", description: "Selecionados diariamente para garantir a mais alta qualidade e sabor em cada prato.", icon: Feather,
mediaItems: [
{
src: "http://img.b2bpic.net/free-photo/fresh-organic-vegetables-crate-market-stall_23-2147916200.jpg"},
type: "image", src: "http://img.b2bpic.net/free-photo/fresh-organic-vegetables-crate-market-stall_23-2147916200.jpg", alt: "fresh vegetables market display"
},
{
src: "http://img.b2bpic.net/free-photo/front-view-female-cook-cleaning-tangerines-dark-cooking-salad-health-diet-vegetable-meal-food-fruit-job_179666-43818.jpg"},
type: "image", src: "http://img.b2bpic.net/free-photo/front-view-female-cook-cleaning-tangerines-dark-cooking-salad-health-diet-vegetable-meal-food-fruit-job_179666-43818.jpg", alt: "hand picking fresh herbs garden"
},
],
},
{
title: "Variedade Excepcional", description: "Um cardápio diversificado com saladas vibrantes, crepes artesanais e sopas nutritivas para todos os gostos.", icon: Utensils,
mediaItems: [
{
src: "http://img.b2bpic.net/free-photo/mexican-dishes-spices-around-clipboard_23-2147740768.jpg"},
type: "image", src: "http://img.b2bpic.net/free-photo/mexican-dishes-spices-around-clipboard_23-2147740768.jpg", alt: "diverse healthy restaurant menu"
},
{
src: "http://img.b2bpic.net/free-photo/top-view-fruity-salad-with-fresh-sliced-fruits_140725-84538.jpg"},
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-fruity-salad-with-fresh-sliced-fruits_140725-84538.jpg", alt: "colorful array of healthy plates"
},
],
},
{
title: "Sucos Naturais", description: "Preparados na hora com frutas frescas, sem adição de açúcares, para acompanhar sua refeição.", icon: Droplet,
mediaItems: [
{
src: "http://img.b2bpic.net/free-photo/healthy-delicious-green-smoothie_23-2148170960.jpg"},
type: "image", src: "http://img.b2bpic.net/free-photo/healthy-delicious-green-smoothie_23-2148170960.jpg", alt: "freshly squeezed natural fruit juice"
},
{
src: "http://img.b2bpic.net/free-photo/image-goodlooking-healthy-woman-bathrobe-drinking-fresh-juice-showing-orange-fruit-posing_1258-197097.jpg"},
type: "image", src: "http://img.b2bpic.net/free-photo/image-goodlooking-healthy-woman-bathrobe-drinking-fresh-juice-showing-orange-fruit-posing_1258-197097.jpg", alt: "person preparing fresh fruit juice"
},
],
},
{
title: "Ambiente Acolhedor", description: "Desfrute de uma atmosfera tranquila e agradável, perfeita para suas refeições ou um momento de pausa.", icon: Home,
mediaItems: [
{
src: "http://img.b2bpic.net/free-photo/therapy-session-where-teenager-discusses-her-struggles-with-anxiety_482257-113011.jpg"},
type: "image", src: "http://img.b2bpic.net/free-photo/therapy-session-where-teenager-discusses-her-struggles-with-anxiety_482257-113011.jpg", alt: "cozy restaurant interior warm lighting"
},
{
src: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg"},
type: "image", src: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", alt: "restaurant table setting inviting atmosphere"
},
],
},
]}