Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aed0e76251 | |||
| bca464cada |
@@ -49,8 +49,8 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "sparkles-gradient"}}
|
||||||
logoText="Deja de perder clientes por no tener un sistema que venda por ti"
|
logoText="Convierte visitas en clientes con una landing page efectiva"
|
||||||
description="Creo landing pages simples y efectivas que convierten visitas en clientes sin que tengas que responder mensajes todo el día."
|
description="Creo landing pages simples y efectivas que convierten visitas en clientes sin que tengas que responder mensajes todo el día."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -93,8 +93,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text", content: "Una landing page que vende por ti 24/7"},
|
type: "text", content: "Tu negocio en piloto automático con una landing page de alta conversión"},
|
||||||
|
{
|
||||||
|
type: "text", content: "Diseño y desarrollo páginas web enfocadas en resultados. Atrae prospectos, automatiza tu proceso de venta y crece sin el estrés de un seguimiento manual."}
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Ver mi oferta", href: "#offer" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -179,7 +182,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "radial-gradient"}}
|
||||||
tag="Acción Final"
|
tag="Acción Final"
|
||||||
title="Empieza a convertir visitas en clientes hoy"
|
title="Empieza a convertir visitas en clientes hoy"
|
||||||
description="No esperes más para tener un sistema que venda por ti. Contáctame y diseñemos tu landing page ideal."
|
description="No esperes más para tener un sistema que venda por ti. Contáctame y diseñemos tu landing page ideal."
|
||||||
|
|||||||
Reference in New Issue
Block a user