From b6ef78fd050a7edf79721b74bb208891eae17655 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 14:32:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f572c6..11be3ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { 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", 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&_wi=1", imageAlt: "Combinado Premium 36 peças", isFavorited: false, }, ]} gridVariant="uniform-all-items-equal" @@ -209,7 +209,7 @@ export default function LandingPage() { required: true, }} useInvertedBackground={true} - imageSrc="https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80" + imageSrc="https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80&_wi=2" imageAlt="Poke Bowl Premium" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1