Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 87e557a76a | |||
| 17a6b14a90 | |||
| 74bc9ccbc9 | |||
| 84e2602aa7 | |||
| 9de1728a08 | |||
| 8206f0f46f |
@@ -47,6 +47,7 @@ export default function LandingPage() {
|
||||
name: "Contacto", id: "#contacto"},
|
||||
]}
|
||||
brandName="Fuerza Viva"
|
||||
button={{ text: "Únete Ahora", href: "#contacto" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -322,6 +323,9 @@ export default function LandingPage() {
|
||||
name: "email", type: "email", placeholder: "Tu email", required: true
|
||||
}
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "areasOfInterest", label: "Áreas de Interés", options: ["Clases Grupales", "Entrenamiento Personalizado", "Pérdida de Peso", "Ganancia Muscular", "Nutrición", "Rehabilitación", "CrossFit"]
|
||||
}}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tu mensaje", rows: 4,
|
||||
required: false
|
||||
@@ -368,4 +372,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user