Update src/app/page.tsx

This commit is contained in:
2026-03-23 00:27:28 +00:00
parent d1dba1462f
commit 0d75d14fb9

View File

@@ -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"
},
],
},