7 Commits

Author SHA1 Message Date
4f4009112c Update src/app/page.tsx 2026-03-09 20:38:12 +00:00
afaca75750 Merge version_8 into main
Merge version_8 into main
2026-03-08 14:57:24 +00:00
80405bf790 Update src/app/page.tsx 2026-03-08 14:57:14 +00:00
642d241c60 Merge version_8 into main
Merge version_8 into main
2026-03-08 14:56:32 +00:00
327cbf23df Update src/app/page.tsx 2026-03-08 14:56:28 +00:00
80dce6233e Merge version_7 into main
Merge version_7 into main
2026-03-08 14:33:03 +00:00
0b63289287 Merge version_7 into main
Merge version_7 into main
2026-03-08 14:31:57 +00:00

View File

@@ -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-1579584425555-c3ce17fd4351?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-1564489551559-13ba83ef6aa8?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&h=1&crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxfDB8MXxyYW5kb218fHx8fHx8fHwxNzA5ODAwMDAwfA&ixlib=rb-4.0.3&q=80", 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-1546069901-ba9599a7e63c?w=800&q=80&_wi=1", 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-1546069901-ba9599a7e63c?w=800&q=80", imageAlt: "Combinado Premium 36 peças", isFavorited: false,
},
]}
gridVariant="uniform-all-items-equal"
@@ -176,19 +176,19 @@ export default function LandingPage() {
},
{
id: "3", name: "Emily Rodriguez", role: "Fã de Sushi", company: "Belo Horizonte, MG", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80", imageAlt: "Emily Rodriguez"
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80&_wi=1", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", role: "Gestor de Restaurante", company: "Curitiba, PR", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80", imageAlt: "David Kim"
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80&_wi=1", imageAlt: "David Kim"
},
{
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&_wi=2", imageAlt: "Jessica Martinez"
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?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&_wi=2", imageAlt: "Alex Thompson"
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80&_wi=2", imageAlt: "Alex Thompson"
},
]}
gridVariant="uniform-all-items-equal"