From 0d75d14fb983d53ee493ae0d92335c78493f30e5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 00:27:28 +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 358b2e9..d18124d 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: [ { - src: "asset://fresh-ingredients-1", alt: "fresh vegetables market display" + imageSrc: "asset://fresh-ingredients-1", alt: "fresh vegetables market display" }, { - src: "asset://fresh-ingredients-2", alt: "hand picking fresh herbs garden" + imageSrc: "asset://fresh-ingredients-2", 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: [ { - src: "asset://menu-variety-1", alt: "diverse healthy restaurant menu" + imageSrc: "asset://menu-variety-1", alt: "diverse healthy restaurant menu" }, { - src: "asset://menu-variety-2", alt: "colorful array of healthy plates" + imageSrc: "asset://menu-variety-2", 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: [ { - src: "asset://natural-juice-1", alt: "freshly squeezed natural fruit juice" + imageSrc: "asset://natural-juice-1", alt: "freshly squeezed natural fruit juice" }, { - src: "asset://natural-juice-2", alt: "person preparing fresh fruit juice" + imageSrc: "asset://natural-juice-2", 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: [ { - src: "asset://cozy-ambiance-1", alt: "cozy restaurant interior warm lighting" + imageSrc: "asset://cozy-ambiance-1", alt: "cozy restaurant interior warm lighting" }, { - src: "asset://cozy-ambiance-2", alt: "restaurant table setting inviting atmosphere" + imageSrc: "asset://cozy-ambiance-2", alt: "restaurant table setting inviting atmosphere" }, ], }, -- 2.49.1