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