From 44857fa02080c924132138782b90fdf36df61abf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 05:38:39 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6600802..547417d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -66,8 +66,8 @@ export default function LandingPage() { title="Missões de Vida" description="Traga a exploração para o mundo tangível." plans={[ - { tag: "Mission", price: "Daily Quest", period: "diário", features: ["Visite um parque", "Plante uma semente", "Atividades manuais"], primaryButton: { text: "Começar", href: "#" }, imageSrc: "http://img.b2bpic.net/free-vector/people-volunteering-donating-money_53876-66111.jpg" }, - { tag: "Advanced", price: "Weekly Challenge", period: "semanal", features: ["Voluntariado local", "Projeto de marcenaria", "Exploração ao ar livre"], primaryButton: { text: "Começar", href: "#" }, imageSrc: "http://img.b2bpic.net/free-vector/people-volunteering-donating-money_53876-66111.jpg" } + { tag: "Mission", price: "Daily Quest", period: "diário", features: ["Visite um parque", "Plante uma semente", "Atividades manuais"], primaryButton: { text: "Começar", href: "#" }, imageSrc: "http://img.b2bpic.net/free-vector/people-volunteering-donating-money_53876-66111.jpg?_wi=1" }, + { tag: "Advanced", price: "Weekly Challenge", period: "semanal", features: ["Voluntariado local", "Projeto de marcenaria", "Exploração ao ar livre"], primaryButton: { text: "Começar", href: "#" }, imageSrc: "http://img.b2bpic.net/free-vector/people-volunteering-donating-money_53876-66111.jpg?_wi=2" } ]} />