Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 964234de89 | |||
| de31fc2620 | |||
| beee06586d | |||
| c930aa4d94 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
logoText="PROXIMAMENTE"
|
||||
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"
|
||||
imageAlt="Coming soon visual"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -160,8 +160,11 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
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={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Tu nombre", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Tu correo electrónico", required: true,
|
||||
},
|
||||
@@ -183,4 +186,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user