From 9511ea13943bc772e31527ec609590c883675860 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 14:25:05 +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 3d80fdd..6d90775 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,13 +80,13 @@ export default function LandingPage() { id: "1", name: "Duo Temaki Premium + 10 Hot Rolls", price: "R$ 91,90", variant: "Serve 2 | Salmão e Cream Cheese", imageSrc: "https://images.unsplash.com/photo-1564489551559-13ba83ef6aa8?w=800&q=80", imageAlt: "Duo Temaki Premium", isFavorited: false, }, { - id: "2", name: "Combinado Yaki 24 peças", price: "R$ 99,90", variant: "Serve 2 | Variedade Completa", imageSrc: "https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80", imageAlt: "Combinado 24 peças", isFavorited: false, + id: "2", name: "Combinado Yaki 24 peças", price: "R$ 99,90", variant: "Serve 2 | Variedade Completa", imageSrc: "https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80&_wi=1", imageAlt: "Combinado 24 peças", isFavorited: false, }, { id: "3", name: "Combinado Galera Yaki - 34 peças", price: "R$ 129,90", variant: "Serve 2-3 | Hot Rolls e Especiais", imageSrc: "https://images.unsplash.com/photo-1617196034296-2b38ef0d4d46?w=800&q=80", imageAlt: "Combinado Galera 34 peças", isFavorited: false, }, { - id: "4", name: "Combinado Yaki Premium - 36 peças", price: "R$ 152,90", variant: "Serve 2 | Sashimi Premium + Rolls", imageSrc: "https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80", imageAlt: "Combinado Premium 36 peças", isFavorited: false, + id: "4", name: "Combinado Yaki Premium - 36 peças", price: "R$ 152,90", variant: "Serve 2 | Sashimi Premium + Rolls", imageSrc: "https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80&_wi=2", imageAlt: "Combinado Premium 36 peças", isFavorited: false, }, ]} gridVariant="uniform-all-items-equal" @@ -128,7 +128,7 @@ export default function LandingPage() { id: "4", title: "🥡 Entradas, Sobremesas & Bebidas", content: "Entradas: Ceviche Salmão R$ 59,90 | Guioza 4 un. R$ 15,90 | Harumaki 4 un. R$ 17,90 | Sashimi Salmão 10 cortes R$ 36,67 | Sobremesas: Temaki Doce R$ 11,90 | Harumaki Chocolate R$ 14,90 | Bebidas: Coca-Cola 350ml R$ 9,90 | Del Valle 290ml R$ 9,90" }, ]} - imageSrc="https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80" + imageSrc="https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80&_wi=3" imageAlt="Big Hot Roll Premium" mediaAnimation="slide-up" useInvertedBackground={true} @@ -168,11 +168,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Cliente Regular", company: "São Paulo, SP", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80", imageAlt: "Sarah Johnson" + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80&_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", role: "Avaliador Frequente", company: "Rio de Janeiro, RJ", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80", imageAlt: "Michael Chen" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80&_wi=1", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", role: "Fã de Sushi", company: "Belo Horizonte, MG", rating: 5, @@ -184,11 +184,11 @@ export default function LandingPage() { }, { id: "5", name: "Jessica Martinez", role: "Influencer Food", company: "Recife, PE", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80", imageAlt: "Jessica Martinez" + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80&_wi=2", imageAlt: "Jessica Martinez" }, { id: "6", name: "Alex Thompson", role: "Crítico Gastronômico", company: "Fortaleza, CE", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80", imageAlt: "Alex Thompson" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80&_wi=2", imageAlt: "Alex Thompson" }, ]} gridVariant="uniform-all-items-equal" @@ -219,7 +219,7 @@ export default function LandingPage() {