From 5cc53e8e90c9433680be0a1a5d5d1b4f20253c0c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 05:39:45 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 547417d..ce783a6 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?_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" } + { 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" } ]} /> @@ -78,9 +78,9 @@ export default function LandingPage() { title="Por que Multiuniversal?" description="Acreditamos na união do digital com o real para criar uma jornada de desenvolvimento completa." items={[ - { icon: Sparkles, title: "Expansão Mental", description: "Conexões digitais amplas." }, - { icon: Map, title: "Conexão Real", description: "Aplicação prática no mundo." }, - { icon: Zap, title: "Eficiência", description: "IA integrada no cotidiano." } + { icon: "Sparkles", title: "Expansão Mental", description: "Conexões digitais amplas." }, + { icon: "Map", title: "Conexão Real", description: "Aplicação prática no mundo." }, + { icon: "Zap", title: "Eficiência", description: "IA integrada no cotidiano." } ]} imageSrc="http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-16033.jpg" /> @@ -134,6 +134,7 @@ export default function LandingPage() {