From 3a7e52727a372558d6dff33529916604a30b98cd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:50:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e135f6b..03bd0b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,16 +131,16 @@ export default function LandingPage() { { id: "1", name: "Queijo com Goiabada", - price: "R$ 15,00", - variant: "Copo 150ml", + price: "", + variant: "", imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96020.jpg", imageAlt: "Ice cream flavor Queijo com Goiabada", }, { id: "2", name: "Doce de Leite Cremoso", - price: "R$ 14,00", - variant: "Copo 150ml", + price: "", + variant: "", imageSrc: "http://img.b2bpic.net/free-photo/white-ice-cream-with-dark-chocolade_140725-7483.jpg", imageAlt: "Ice cream flavor Doce de Leite Cremoso", }, @@ -148,15 +148,15 @@ export default function LandingPage() { id: "3", name: "Café com Leite Mineiro", price: "R$ 13,00", - variant: "Copo 150ml", + variant: "", imageSrc: "http://img.b2bpic.net/free-photo/delicious-caramel-ice-cream-with-nuts-texture_23-2151987218.jpg", imageAlt: "Ice cream flavor Café com Leite Mineiro", }, { id: "4", name: "Amora Fresca", - price: "R$ 16,00", - variant: "Copo 150ml", + price: "", + variant: "", imageSrc: "http://img.b2bpic.net/free-photo/ice-crem-balls-decorated-with-mint-glass-vase-wooden-table_141793-2910.jpg", imageAlt: "Ice cream flavor Amora Fresca", }, -- 2.49.1