Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
381
src/app/page.tsx
381
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "SERVICIOS",
|
name: "SERVICIOS", id: "#servicios"},
|
||||||
id: "#servicios",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "PROCESO",
|
name: "PROCESO", id: "#proceso"},
|
||||||
id: "#proceso",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "RESULTADOS",
|
name: "RESULTADOS", id: "#resultados"},
|
||||||
id: "#resultados",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "CONTACTO",
|
name: "CONTACTO", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "RESERVAR LLAMADA",
|
name: "RESERVAR LLAMADA", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="NeuraLike"
|
brandName="NeuraLike"
|
||||||
/>
|
/>
|
||||||
@@ -60,65 +50,40 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="AGENCIA DE BRANDING ESTRATÉGICO"
|
title="AGENCIA DE BRANDING ESTRATÉGICO"
|
||||||
description="Tu negocio es bueno. Tu marca debería serlo también. Ayudamos a empresarios que están cansados de parecer \"uno más\" a construir marcas que atraen atención, generan confianza y convierten visitantes en clientes. Sin rodeos. Sin diseño genérico. Solo resultados."
|
description="Tu negocio es bueno. Tu marca debería serlo también. Ayudamos a empresarios que están cansados de parecer 'uno más' a construir marcas que atraen atención, generan confianza y convierten visitantes en clientes. Sin rodeos. Sin diseño genérico. Solo resultados."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3629.jpg",
|
src: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3629.jpg", alt: "Profesional 1"},
|
||||||
alt: "Profesional 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Profesional 2"},
|
||||||
alt: "Profesional 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
|
src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", alt: "Profesional 3"},
|
||||||
alt: "Profesional 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg", alt: "Profesional 4"},
|
||||||
alt: "Profesional 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-white-background_641386-889.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-young-man-white-background_641386-889.jpg", alt: "Profesional 5"},
|
||||||
alt: "Profesional 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Más de 150 marcas transformadas"
|
avatarText="Más de 150 marcas transformadas"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "QUIERO TRANSFORMAR MI MARCA",
|
text: "QUIERO TRANSFORMAR MI MARCA", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "VER SERVICIOS",
|
text: "VER SERVICIOS", href: "#servicios"},
|
||||||
href: "#servicios",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Estrategia Definida"},
|
||||||
text: "Estrategia Definida",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Identidad Única"},
|
||||||
text: "Identidad Única",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Impacto Real"},
|
||||||
text: "Impacto Real",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Visibilidad Garantizada"},
|
||||||
text: "Visibilidad Garantizada",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Resultados Medibles"},
|
||||||
text: "Resultados Medibles",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -130,17 +95,11 @@ export default function LandingPage() {
|
|||||||
description="Sabemos por lo que estás pasando. Estos son los problemas que escuchamos cada día de empresarios como tú. La buena noticia: tienen solución."
|
description="Sabemos por lo que estás pasando. Estos son los problemas que escuchamos cada día de empresarios como tú. La buena noticia: tienen solución."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "+150",
|
value: "+150", title: "Marcas transformadas"},
|
||||||
title: "Marcas transformadas",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "97%",
|
value: "97%", title: "Clientes satisfechos"},
|
||||||
title: "Clientes satisfechos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "12",
|
value: "12", title: "Años de experiencia"},
|
||||||
title: "Años de experiencia",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/bearded-man-answers-questions-meeting_482257-115047.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/bearded-man-answers-questions-meeting_482257-115047.jpg"
|
||||||
imageAlt="Equipo de branding analizando problemas de marca"
|
imageAlt="Equipo de branding analizando problemas de marca"
|
||||||
@@ -156,40 +115,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "invisible",
|
id: "invisible", label: "Problema 1", title: "Eres invisible", items: [
|
||||||
label: "Problema 1",
|
"Tu competencia se lleva a tus clientes porque tienen mejor imagen.", "Tú ofreces lo mismo (o más), pero nadie lo nota."],
|
||||||
title: "Eres invisible",
|
|
||||||
items: [
|
|
||||||
"Tu competencia se lleva a tus clientes porque tienen mejor imagen.",
|
|
||||||
"Tú ofreces lo mismo (o más), pero nadie lo nota.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "no-valor",
|
id: "no-valor", label: "Problema 2", title: "Tu marca no transmite valor", items: [
|
||||||
label: "Problema 2",
|
"Sabes que tu producto es bueno, pero tu imagen dice lo contrario.", "Los clientes dudan antes de comprarte."],
|
||||||
title: "Tu marca no transmite valor",
|
|
||||||
items: [
|
|
||||||
"Sabes que tu producto es bueno, pero tu imagen dice lo contrario.",
|
|
||||||
"Los clientes dudan antes de comprarte.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "sin-estrategia",
|
id: "sin-estrategia", label: "Problema 3", title: "Contenido sin estrategia", items: [
|
||||||
label: "Problema 3",
|
"Publicas por publicar. Sin un mensaje claro, sin una identidad reconocible.", "Y los resultados... no llegan."],
|
||||||
title: "Contenido sin estrategia",
|
|
||||||
items: [
|
|
||||||
"Publicas por publicar. Sin un mensaje claro, sin una identidad reconocible.",
|
|
||||||
"Y los resultados... no llegan.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "no-convierte",
|
id: "no-convierte", label: "Problema 4", title: "Atención que no convierte", items: [
|
||||||
label: "Problema 4",
|
"Consigues visitas, likes, incluso interés.", "Pero cuando llega el momento de vender, algo falla."],
|
||||||
title: "Atención que no convierte",
|
|
||||||
items: [
|
|
||||||
"Consigues visitas, likes, incluso interés.",
|
|
||||||
"Pero cuando llega el momento de vender, algo falla.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Problemas comunes que resolvemos"
|
title="Problemas comunes que resolvemos"
|
||||||
@@ -205,65 +144,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "identidad",
|
id: "identidad", brand: "Servicio de", name: "Identidad de Marca", price: "Desde €X,XXX", rating: 5,
|
||||||
brand: "Servicio de",
|
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/office-workspace-with-desk-lamp-notebook-pens-coffee-cup_23-2151968872.jpg", imageAlt: "Identidad de Marca"},
|
||||||
name: "Identidad de Marca",
|
|
||||||
price: "Desde €X,XXX",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "200+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workspace-with-desk-lamp-notebook-pens-coffee-cup_23-2151968872.jpg",
|
|
||||||
imageAlt: "Identidad de Marca",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "diseno",
|
id: "diseno", brand: "Servicio de", name: "Diseño Gráfico", price: "Desde €X,XXX", rating: 5,
|
||||||
brand: "Servicio de",
|
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345452.jpg", imageAlt: "Diseño Gráfico"},
|
||||||
name: "Diseño Gráfico",
|
|
||||||
price: "Desde €X,XXX",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "180+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345452.jpg",
|
|
||||||
imageAlt: "Diseño Gráfico",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "fotografia",
|
id: "fotografia", brand: "Servicio de", name: "Fotografía Profesional", price: "Desde €X,XXX", rating: 5,
|
||||||
brand: "Servicio de",
|
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/camera-lens-binocular-canvas-shoes-sports-bottle-retro-wooden-table_1387-38.jpg", imageAlt: "Fotografía Profesional"},
|
||||||
name: "Fotografía Profesional",
|
|
||||||
price: "Desde €X,XXX",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "150+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/camera-lens-binocular-canvas-shoes-sports-bottle-retro-wooden-table_1387-38.jpg",
|
|
||||||
imageAlt: "Fotografía Profesional",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "videos",
|
id: "videos", brand: "Servicio de", name: "Vídeos Creativos", price: "Desde €X,XXX", rating: 5,
|
||||||
brand: "Servicio de",
|
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-holidays-video_23-2148135526.jpg", imageAlt: "Vídeos Creativos"},
|
||||||
name: "Vídeos Creativos",
|
|
||||||
price: "Desde €X,XXX",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "120+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-holidays-video_23-2148135526.jpg",
|
|
||||||
imageAlt: "Vídeos Creativos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "adn",
|
id: "adn", brand: "Servicio de", name: "ADN de Marca", price: "Desde €X,XXX", rating: 5,
|
||||||
brand: "Servicio de",
|
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-sticky-note-paper_53876-15089.jpg", imageAlt: "ADN de Marca"},
|
||||||
name: "ADN de Marca",
|
|
||||||
price: "Desde €X,XXX",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "100+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-sticky-note-paper_53876-15089.jpg",
|
|
||||||
imageAlt: "ADN de Marca",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "analisis",
|
id: "analisis", brand: "Servicio de", name: "Análisis de Mercado", price: "Desde €X,XXX", rating: 5,
|
||||||
brand: "Servicio de",
|
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-office_23-2149636256.jpg", imageAlt: "Análisis de Mercado"},
|
||||||
name: "Análisis de Mercado",
|
|
||||||
price: "Desde €X,XXX",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "90+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-office_23-2149636256.jpg",
|
|
||||||
imageAlt: "Análisis de Mercado",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="NUESTROS SERVICIOS"
|
title="NUESTROS SERVICIOS"
|
||||||
description="Todo lo que necesitas para destacar. No somos una agencia más. Somos tu equipo de marca. Cada servicio está diseñado para trabajar en conjunto y maximizar tu impacto."
|
description="Todo lo que necesitas para destacar. No somos una agencia más. Somos tu equipo de marca. Cada servicio está diseñado para trabajar en conjunto y maximizar tu impacto."
|
||||||
@@ -276,25 +173,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "paso-1",
|
id: "paso-1", title: "01 Conversación Estratégica", content: "Empezamos con una llamada sin compromiso. Queremos entender tu negocio, tus objetivos y por qué tu marca actual no está funcionando. Sin jerga de marketing, solo preguntas directas."},
|
||||||
title: "01 Conversación Estratégica",
|
|
||||||
content: "Empezamos con una llamada sin compromiso. Queremos entender tu negocio, tus objetivos y por qué tu marca actual no está funcionando. Sin jerga de marketing, solo preguntas directas.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "paso-2",
|
id: "paso-2", title: "02 Análisis y Estrategia", content: "Investigamos a fondo: tu mercado, tu competencia, tu cliente ideal. Diseñamos una estrategia personalizada que no solo se vea bien, sino que esté pensada para vender."},
|
||||||
title: "02 Análisis y Estrategia",
|
|
||||||
content: "Investigamos a fondo: tu mercado, tu competencia, tu cliente ideal. Diseñamos una estrategia personalizada que no solo se vea bien, sino que esté pensada para vender.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "paso-3",
|
id: "paso-3", title: "03 Creación y Desarrollo", content: "Nuestro equipo crea cada pieza de tu nueva identidad. Diseño, fotografía, vídeo, contenido. Todo bajo un mismo concepto estratégico y con tu feedback constante."},
|
||||||
title: "03 Creación y Desarrollo",
|
|
||||||
content: "Nuestro equipo crea cada pieza de tu nueva identidad. Diseño, fotografía, vídeo, contenido. Todo bajo un mismo concepto estratégico y con tu feedback constante.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "paso-4",
|
id: "paso-4", title: "04 Lanzamiento e Impacto", content: "Tu marca renovada sale al mundo. Te entregamos todo lo necesario para implementarla y te acompañamos para asegurar que los resultados lleguen."},
|
||||||
title: "04 Lanzamiento e Impacto",
|
|
||||||
content: "Tu marca renovada sale al mundo. Te entregamos todo lo necesario para implementarla y te acompañamos para asegurar que los resultados lleguen.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/businessmen-holding-launching-rocket-icon_53876-24913.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/businessmen-holding-launching-rocket-icon_53876-24913.jpg"
|
||||||
imageAlt="Equipo trabajando en el proceso de branding"
|
imageAlt="Equipo trabajando en el proceso de branding"
|
||||||
@@ -310,28 +195,17 @@ export default function LandingPage() {
|
|||||||
<MetricCardTwo
|
<MetricCardTwo
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
|
animationType="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "engagement",
|
id: "engagement", value: "+340%", description: "Aumento medio en engagement. Nuestros clientes ven resultados reales en sus redes y canales digitales."},
|
||||||
value: "+340%",
|
|
||||||
description: "Aumento medio en engagement. Nuestros clientes ven resultados reales en sus redes y canales digitales.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "marcas",
|
id: "marcas", value: "+150", description: "Marcas transformadas. Empresarios que dejaron de ser invisibles y ahora lideran su sector."},
|
||||||
value: "+150",
|
|
||||||
description: "Marcas transformadas. Empresarios que dejaron de ser invisibles y ahora lideran su sector.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "satisfechos",
|
id: "satisfechos", value: "97%", description: "Clientes satisfechos. No solo cumplimos expectativas. Las superamos consistentemente."},
|
||||||
value: "97%",
|
|
||||||
description: "Clientes satisfechos. No solo cumplimos expectativas. Las superamos consistentemente.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "semanas",
|
id: "semanas", value: "4-6", description: "Semanas de media. Tiempo típico para entregar una transformación de marca completa."},
|
||||||
value: "4-6",
|
|
||||||
description: "Semanas de media. Tiempo típico para entregar una transformación de marca completa.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="RESULTADOS REALES"
|
title="RESULTADOS REALES"
|
||||||
description="No prometemos. Demostramos. Números que hablan por sí solos. Historias de empresarios que dieron el paso y transformaron su negocio."
|
description="No prometemos. Demostramos. Números que hablan por sí solos. Historias de empresarios que dieron el paso y transformaron su negocio."
|
||||||
@@ -341,30 +215,20 @@ export default function LandingPage() {
|
|||||||
<div id="testimonios" data-section="testimonios">
|
<div id="testimonios" data-section="testimonios">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonial="\"Antes de NeuraLike, mi negocio era invisible en un mar de competidores. Ahora los clientes me encuentran a mí y me dicen que transmito exactamente lo que soy: profesional y cercano. +180% en solicitudes de presupuesto\""
|
testimonial="'Antes de NeuraLike, mi negocio era invisible en un mar de competidores. Ahora los clientes me encuentran a mí y me dicen que transmito exactamente lo que soy: profesional y cercano. +180% en solicitudes de presupuesto'"
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Carlos Méndez, Fundador, Estudio Arquitectura CM"
|
author="Carlos Méndez, Fundador, Estudio Arquitectura CM"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg",
|
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", alt: "Avatar 1"},
|
||||||
alt: "Avatar 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
|
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", alt: "Avatar 2"},
|
||||||
alt: "Avatar 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/digital-art-portrait-asian-female_23-2151836588.jpg",
|
src: "http://img.b2bpic.net/free-photo/digital-art-portrait-asian-female_23-2151836588.jpg", alt: "Avatar 3"},
|
||||||
alt: "Avatar 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Avatar 4"},
|
||||||
alt: "Avatar 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-holding-gesture_1298-110.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-holding-gesture_1298-110.jpg", alt: "Avatar 5"},
|
||||||
alt: "Avatar 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
@@ -376,16 +240,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"GlobalTech Solutions",
|
"GlobalTech Solutions", "Innovate Ventures", "Digital Growth Corp", "Future Marketing Hub", "Creative Spark Studio", "Apex Innovations Group", "Visionary Brands Inc.", "Dynamic Digital Partners", "Strategic Mindset Consulting"]}
|
||||||
"Innovate Ventures",
|
|
||||||
"Digital Growth Corp",
|
|
||||||
"Future Marketing Hub",
|
|
||||||
"Creative Spark Studio",
|
|
||||||
"Apex Innovations Group",
|
|
||||||
"Visionary Brands Inc.",
|
|
||||||
"Dynamic Digital Partners",
|
|
||||||
"Strategic Mindset Consulting",
|
|
||||||
]}
|
|
||||||
title="Nuestros Clientes Confían"
|
title="Nuestros Clientes Confían"
|
||||||
description="Trabajamos con empresas de todos los tamaños para transformar su presencia en el mercado y ayudarlas a destacar."
|
description="Trabajamos con empresas de todos los tamaños para transformar su presencia en el mercado y ayudarlas a destacar."
|
||||||
speed={30}
|
speed={30}
|
||||||
@@ -399,40 +254,20 @@ export default function LandingPage() {
|
|||||||
description="Tu competencia ya está invirtiendo en su marca. ¿Cuánto más vas a esperar? Cada día que pasa con una marca débil es un día que pierdes clientes, credibilidad e ingresos. Da el primer paso. Sin compromiso, sin presión. Solo una conversación para ver cómo podemos ayudarte. Además, suscríbete para recibir recursos gratuitos de branding."
|
description="Tu competencia ya está invirtiendo en su marca. ¿Cuánto más vas a esperar? Cada día que pasa con una marca débil es un día que pierdes clientes, credibilidad e ingresos. Da el primer paso. Sin compromiso, sin presión. Solo una conversación para ver cómo podemos ayudarte. Además, suscríbete para recibir recursos gratuitos de branding."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Tu Nombre", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Tu Nombre",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Tu Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Tu Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "Tu Teléfono (opcional)"},
|
||||||
type: "tel",
|
|
||||||
placeholder: "Tu Teléfono (opcional)",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
multiSelect={{
|
multiSelect={{
|
||||||
name: "interes",
|
name: "interes", label: "Servicios de interés", options: [
|
||||||
label: "Servicios de interés",
|
"Identidad de Marca", "Diseño Gráfico", "Fotografía Profesional", "Vídeos Creativos", "ADN de Marca", "Análisis de Mercado", "Recursos Gratuitos / Newsletter"],
|
||||||
options: [
|
|
||||||
"Identidad de Marca",
|
|
||||||
"Diseño Gráfico",
|
|
||||||
"Fotografía Profesional",
|
|
||||||
"Vídeos Creativos",
|
|
||||||
"ADN de Marca",
|
|
||||||
"Análisis de Mercado",
|
|
||||||
"Recursos Gratuitos / Newsletter",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Cuéntanos sobre tu proyecto o pregunta", rows: 4,
|
||||||
placeholder: "Cuéntanos sobre tu proyecto o pregunta",
|
|
||||||
rows: 4,
|
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/male-freelancer-calling-financial-expert-home-discuss-about-funds_482257-126245.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/male-freelancer-calling-financial-expert-home-discuss-about-funds_482257-126245.jpg"
|
||||||
imageAlt="Contact form background image with strategic branding elements"
|
imageAlt="Contact form background image with strategic branding elements"
|
||||||
@@ -447,99 +282,57 @@ export default function LandingPage() {
|
|||||||
logoText="NeuraLike"
|
logoText="NeuraLike"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Servicios",
|
title: "Servicios", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Identidad de Marca",
|
label: "Identidad de Marca", href: "#servicios"},
|
||||||
href: "#servicios",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Diseño Gráfico",
|
label: "Diseño Gráfico", href: "#servicios"},
|
||||||
href: "#servicios",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Fotografía",
|
label: "Fotografía", href: "#servicios"},
|
||||||
href: "#servicios",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Vídeos Creativos",
|
label: "Vídeos Creativos", href: "#servicios"},
|
||||||
href: "#servicios",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "ADN de Marca",
|
label: "ADN de Marca", href: "#servicios"},
|
||||||
href: "#servicios",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Análisis de Mercado",
|
label: "Análisis de Mercado", href: "#servicios"},
|
||||||
href: "#servicios",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Empresa",
|
title: "Empresa", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Sobre Nosotros",
|
label: "Sobre Nosotros", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Proceso",
|
label: "Proceso", href: "#proceso"},
|
||||||
href: "#proceso",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Resultados",
|
label: "Resultados", href: "#resultados"},
|
||||||
href: "#resultados",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contacto",
|
label: "Contacto", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Política de Privacidad",
|
label: "Política de Privacidad", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Términos y Condiciones",
|
label: "Términos y Condiciones", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Aviso Legal",
|
label: "Aviso Legal", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Cookies",
|
label: "Cookies", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contacto",
|
title: "Contacto", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Madrid, España",
|
label: "Madrid, España", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "+34 600 000 000",
|
label: "+34 600 000 000", href: "tel:+34600000000"},
|
||||||
href: "tel:+34600000000",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "hola@neuralike.es",
|
label: "hola@neuralike.es", href: "mailto:hola@neuralike.es"},
|
||||||
href: "mailto:hola@neuralike.es",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "https://www.instagram.com/neuralike.agency?igsh=NTc4MTIwNjQ2YQ%3D%3D&utm_source=qrNeuraLike"},
|
||||||
href: "https://www.instagram.com/neuralike.agency?igsh=NTc4MTIwNjQ2YQ%3D%3D&utm_source=qrNeuraLike",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user