Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 964234de89 | |||
| de31fc2620 | |||
| beee06586d | |||
| c930aa4d94 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
logoText="PROXIMAMENTE"
|
logoText="PROXIMAMENTE"
|
||||||
description="Estamos trabajando en algo increíble. Mantente atento para más novedades."
|
description="Estamos trabajando en algo increíble. Mantente atento para más novedades."
|
||||||
buttons={[{ text: "Suscribirse" }]}
|
buttons={[{ text: "Get Early Access" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/new-landing-page-luxury-background-template_125964-4358.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/new-landing-page-luxury-background-template_125964-4358.jpg"
|
||||||
imageAlt="Coming soon visual"
|
imageAlt="Coming soon visual"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -160,8 +160,11 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Mantente en contacto"
|
title="Mantente en contacto"
|
||||||
description="Déjanos tu correo y sé el primero en saber cuándo lanzamos."
|
description="Déjanos tus datos y sé el primero en saber cuándo lanzamos."
|
||||||
inputs={[
|
inputs={[
|
||||||
|
{
|
||||||
|
name: "name", type: "text", placeholder: "Tu nombre", required: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "email", type: "email", placeholder: "Tu correo electrónico", required: true,
|
name: "email", type: "email", placeholder: "Tu correo electrónico", required: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user