From 250f6856c134a1a38ee40e0515e97391bc52b8cd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 00:25:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 811bd0c..d24513b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,10 +91,10 @@ export default function LandingPage() { title: "Ingredientes Frescos", description: "Selecionados diariamente para garantir a mais alta qualidade e sabor em cada prato.", icon: Feather, mediaItems: [ { - 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/fresh-organic-vegetables-crate-market-stall_23-2147916200.jpg", alt: "fresh vegetables market display" }, { - 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" + 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" }, ], }, @@ -102,10 +102,10 @@ export default function LandingPage() { title: "Variedade Excepcional", description: "Um cardápio diversificado com saladas vibrantes, crepes artesanais e sopas nutritivas para todos os gostos.", icon: Utensils, mediaItems: [ { - 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/mexican-dishes-spices-around-clipboard_23-2147740768.jpg", alt: "diverse healthy restaurant menu" }, { - 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" + src: "http://img.b2bpic.net/free-photo/top-view-fruity-salad-with-fresh-sliced-fruits_140725-84538.jpg", alt: "colorful array of healthy plates" }, ], }, @@ -113,10 +113,10 @@ export default function LandingPage() { title: "Sucos Naturais", description: "Preparados na hora com frutas frescas, sem adição de açúcares, para acompanhar sua refeição.", icon: Droplet, mediaItems: [ { - 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/healthy-delicious-green-smoothie_23-2148170960.jpg", alt: "freshly squeezed natural fruit juice" }, { - 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" + 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" }, ], }, @@ -124,10 +124,10 @@ export default function LandingPage() { 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: [ { - 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/therapy-session-where-teenager-discusses-her-struggles-with-anxiety_482257-113011.jpg", alt: "cozy restaurant interior warm lighting" }, { - 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" + src: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", alt: "restaurant table setting inviting atmosphere" }, ], }, -- 2.49.1