Merge version_1_1782020284463 into main #2
11
src/App.tsx
11
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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer" data-webild-component="FooterSimpleMedia" data-webild-component-path="@/components/sections/footer/FooterSimpleMedia">
|
||||
<FooterSimpleMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colorful-gradient-background-with-neon-led-light_53876-124192.jpg"
|
||||
brand="MULTIUNIVERSAL"
|
||||
columns={[
|
||||
{ title: "Universo Digital", items: [{ label: "IA", href: "#" }, { label: "Hobbies", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user