diff --git a/src/app/page.tsx b/src/app/page.tsx index 12971fb..24882dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,16 @@ export default function LandingPage() { @@ -57,108 +47,60 @@ export default function LandingPage() {
@@ -225,27 +152,16 @@ export default function LandingPage() { description="Tu próximo socio estratégico está a un mensaje de distancia." inputs={[ { - name: "Nombre", - type: "text", - placeholder: "Nombre completo", - }, + name: "Nombre", type: "text", placeholder: "Nombre completo"}, { - name: "Empresa", - type: "text", - placeholder: "Nombre de tu empresa", - }, + name: "Empresa", type: "text", placeholder: "Nombre de tu empresa"}, { - name: "Servicio", - type: "text", - placeholder: "Servicio de interés", - }, + name: "Servicio", type: "text", placeholder: "Servicio de interés"}, ]} textarea={{ - name: "Mensaje", - placeholder: "Cuéntanos sobre tus retos actuales...", - }} + name: "Mensaje", placeholder: "Cuéntanos sobre tus retos actuales..."}} imageSrc="http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204615.jpg" - mediaAnimation="slide-up" + mediaAnimation="blur-reveal" /> @@ -253,33 +169,21 @@ export default function LandingPage() { ); -} +} \ No newline at end of file