Update src/app/page.tsx
This commit is contained in:
224
src/app/page.tsx
224
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "services",
|
||||
},
|
||||
name: "Servicios", id: "services"},
|
||||
{
|
||||
name: "Expertise",
|
||||
id: "expertise",
|
||||
},
|
||||
name: "Expertise", id: "expertise"},
|
||||
{
|
||||
name: "Proceso",
|
||||
id: "process",
|
||||
},
|
||||
name: "Proceso", id: "process"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Vertex Industrial"
|
||||
/>
|
||||
@@ -58,74 +50,40 @@ export default function LandingPage() {
|
||||
description="Donde la excelencia operativa se encuentra con el rendimiento inigualable. Instalación, puesta a punto y supervisión técnica en obra para los líderes de la industria."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Director de Obra",
|
||||
handle: "@constructor",
|
||||
testimonial: "Un servicio impecable. Puntualidad extrema y un técnico que explica cada detalle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589590.jpg",
|
||||
},
|
||||
name: "Director de Obra", handle: "@constructor", testimonial: "Un servicio impecable. Puntualidad extrema y un técnico que explica cada detalle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589590.jpg"},
|
||||
{
|
||||
name: "Ingeniero Jefe",
|
||||
handle: "@ing_alfa",
|
||||
testimonial: "La precisión en el montaje superó todas nuestras expectativas operativas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-architect-with-helmet-looking-away_23-2148269408.jpg",
|
||||
},
|
||||
name: "Ingeniero Jefe", handle: "@ing_alfa", testimonial: "La precisión en el montaje superó todas nuestras expectativas operativas.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-architect-with-helmet-looking-away_23-2148269408.jpg"},
|
||||
{
|
||||
name: "Gerente de Planta",
|
||||
handle: "@beta_factory",
|
||||
testimonial: "Vertex es sinónimo de eficiencia técnica y profesionalismo impecable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg",
|
||||
},
|
||||
name: "Gerente de Planta", handle: "@beta_factory", testimonial: "Vertex es sinónimo de eficiencia técnica y profesionalismo impecable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg"},
|
||||
{
|
||||
name: "Consultor Senior",
|
||||
handle: "@arch_design",
|
||||
testimonial: "Su capacidad para resolver problemas complejos es simplemente brillante.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2021.jpg",
|
||||
},
|
||||
name: "Consultor Senior", handle: "@arch_design", testimonial: "Su capacidad para resolver problemas complejos es simplemente brillante.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2021.jpg"},
|
||||
{
|
||||
name: "Supervisor de Obra",
|
||||
handle: "@constr_pro",
|
||||
testimonial: "Calidad europea en cada detalle. Totalmente recomendados.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg",
|
||||
},
|
||||
name: "Supervisor de Obra", handle: "@constr_pro", testimonial: "Calidad europea en cada detalle. Totalmente recomendados.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar Consultoría",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Solicitar Consultoría", href: "#contact"},
|
||||
{
|
||||
text: "Ver Servicios",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Ver Servicios", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-ferromagnetic-metal-with-blurred-background_23-2148253604.jpg"
|
||||
imageAlt="Industrial engineering precision"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg",
|
||||
alt: "Cliente A",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", alt: "Cliente A"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/architect-posing-office_23-2148242966.jpg",
|
||||
alt: "Cliente B",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/architect-posing-office_23-2148242966.jpg", alt: "Cliente B"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-architect-close-up_23-2148243014.jpg",
|
||||
alt: "Cliente C",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-architect-close-up_23-2148243014.jpg", alt: "Cliente C"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-old-man-with-white-helmet_23-2148269398.jpg",
|
||||
alt: "Cliente D",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-old-man-with-white-helmet_23-2148269398.jpg", alt: "Cliente D"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg",
|
||||
alt: "Cliente E",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg", alt: "Cliente E"},
|
||||
]}
|
||||
avatarText="Confianza de los líderes industriales."
|
||||
/>
|
||||
@@ -138,29 +96,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Operación On-site",
|
||||
descriptions: [
|
||||
"Puesta en marcha directa en sus instalaciones con estándares europeos de seguridad y eficiencia.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-male-engineer-work-engineers-day-celebration_23-2151615012.jpg",
|
||||
},
|
||||
id: "1", title: "Operación On-site", descriptions: [
|
||||
"Puesta en marcha directa en sus instalaciones con estándares europeos de seguridad y eficiencia."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-male-engineer-work-engineers-day-celebration_23-2151615012.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Supervisión Técnica",
|
||||
descriptions: [
|
||||
"Acompañamiento especializado durante toda la fase de inicio para garantizar la integridad operativa.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-doing-brainstorming-smart-factory-analyzing-iot-sensor-data_482257-126687.jpg",
|
||||
},
|
||||
id: "2", title: "Supervisión Técnica", descriptions: [
|
||||
"Acompañamiento especializado durante toda la fase de inicio para garantizar la integridad operativa."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-doing-brainstorming-smart-factory-analyzing-iot-sensor-data_482257-126687.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Montaje de Precisión",
|
||||
descriptions: [
|
||||
"Instalación técnica detallada ejecutada por especialistas en maquinaria pesada de alta gama.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-support-black-technician-helpline-photovoltaic-facility_482257-125211.jpg",
|
||||
},
|
||||
id: "3", title: "Montaje de Precisión", descriptions: [
|
||||
"Instalación técnica detallada ejecutada por especialistas en maquinaria pesada de alta gama."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-support-black-technician-helpline-photovoltaic-facility_482257-125211.jpg"},
|
||||
]}
|
||||
title="Servicios de Ingeniería Premium"
|
||||
description="Soluciones integrales diseñadas para maximizar el rendimiento operativo desde el primer minuto."
|
||||
@@ -171,29 +117,15 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Sistemas Hidráulicos",
|
||||
price: "Gama Premium",
|
||||
variant: "Engineering",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-caucasian-professional-engineer-examine-checking-machinery-system-progress-work-flow-result-project-factory-background-industrial-technology-concept_609648-616.jpg",
|
||||
},
|
||||
id: "p1", name: "Sistemas Hidráulicos", price: "Gama Premium", variant: "Engineering", imageSrc: "http://img.b2bpic.net/free-photo/male-caucasian-professional-engineer-examine-checking-machinery-system-progress-work-flow-result-project-factory-background-industrial-technology-concept_609648-616.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Automatización Industrial",
|
||||
price: "Gama Premium",
|
||||
variant: "Engineering",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-engineering-specialists-working-together_482257-125974.jpg",
|
||||
},
|
||||
id: "p2", name: "Automatización Industrial", price: "Gama Premium", variant: "Engineering", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-engineering-specialists-working-together_482257-125974.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Motores de Alta Potencia",
|
||||
price: "Gama Premium",
|
||||
variant: "Engineering",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supervisor-praising-data-center-worker-after-improving-system-efficiency_482257-123206.jpg",
|
||||
},
|
||||
id: "p3", name: "Motores de Alta Potencia", price: "Gama Premium", variant: "Engineering", imageSrc: "http://img.b2bpic.net/free-photo/supervisor-praising-data-center-worker-after-improving-system-efficiency_482257-123206.jpg"},
|
||||
]}
|
||||
title="Maquinaria de Alto Rendimiento"
|
||||
description="Expertos en la integración y mantenimiento de sistemas industriales de última generación."
|
||||
@@ -206,20 +138,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Puesta en marcha in-situ",
|
||||
content: "Nuestros técnicos garantizan la operatividad desde la llegada al sitio, eliminando tiempos muertos.",
|
||||
},
|
||||
id: "f1", title: "Puesta en marcha in-situ", content: "Nuestros técnicos garantizan la operatividad desde la llegada al sitio, eliminando tiempos muertos."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Supervisión 360",
|
||||
content: "Acompañamiento técnico constante durante la ejecución del trabajo inicial para total seguridad.",
|
||||
},
|
||||
id: "f2", title: "Supervisión 360", content: "Acompañamiento técnico constante durante la ejecución del trabajo inicial para total seguridad."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Entrega certificada",
|
||||
content: "Cada instalación cumple con los estándares europeos más rigurosos del sector industrial.",
|
||||
},
|
||||
id: "f3", title: "Entrega certificada", content: "Cada instalación cumple con los estándares europeos más rigurosos del sector industrial."},
|
||||
]}
|
||||
title="El Estándar Vertex"
|
||||
description="Cómo transformamos sus necesidades operativas en una realidad de alto rendimiento."
|
||||
@@ -232,9 +155,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Excelencia en Ingeniería"
|
||||
description={[
|
||||
"Vertex combina la robustez industrial con la elegancia de una marca de lujo.",
|
||||
"Nuestro compromiso es garantizar que su empresa alcance el máximo potencial desde el día de la instalación.",
|
||||
]}
|
||||
"Vertex combina la robustez industrial con la elegancia de una marca de lujo.", "Nuestro compromiso es garantizar que su empresa alcance el máximo potencial desde el día de la instalación."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -246,45 +167,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Gerente de Construcción",
|
||||
role: "Líder de Proyecto",
|
||||
company: "Constructora Beta",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582561.jpg",
|
||||
},
|
||||
id: "t1", name: "Gerente de Construcción", role: "Líder de Proyecto", company: "Constructora Beta", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582561.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ingeniero Civil",
|
||||
role: "Jefe de Planta",
|
||||
company: "Industrias Alfa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-architect-with-safety-helmet_23-2148242912.jpg",
|
||||
},
|
||||
id: "t2", name: "Ingeniero Civil", role: "Jefe de Planta", company: "Industrias Alfa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-architect-with-safety-helmet_23-2148242912.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Arquitecto Senior",
|
||||
role: "Consultor",
|
||||
company: "Diseño Industrial S.A.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg",
|
||||
},
|
||||
id: "t3", name: "Arquitecto Senior", role: "Consultor", company: "Diseño Industrial S.A.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Directora de Producción",
|
||||
role: "Operaciones",
|
||||
company: "Fabricación Elite",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg",
|
||||
},
|
||||
id: "t4", name: "Directora de Producción", role: "Operaciones", company: "Fabricación Elite", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jefe de Mantenimiento",
|
||||
role: "Ingeniería",
|
||||
company: "Tecnología Industrial",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
|
||||
},
|
||||
id: "t5", name: "Jefe de Mantenimiento", role: "Ingeniería", company: "Tecnología Industrial", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg"},
|
||||
]}
|
||||
title="La Opinión de nuestros Clientes"
|
||||
description="Resultados de lujo para clientes de alto perfil."
|
||||
@@ -296,14 +192,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Siemens",
|
||||
"Bosch",
|
||||
"CAT",
|
||||
"Atlas Copco",
|
||||
"Komatsu",
|
||||
"Volvo",
|
||||
"Schneider",
|
||||
]}
|
||||
"Siemens", "Bosch", "CAT", "Atlas Copco", "Komatsu", "Volvo", "Schneider"]}
|
||||
title="Socios Tecnológicos"
|
||||
description="Colaboramos con las marcas más prestigiosas de la industria global."
|
||||
/>
|
||||
@@ -313,16 +202,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contacto"
|
||||
title="Solicite una consultoría técnica"
|
||||
description="Estamos listos para llevar su operativa al siguiente nivel."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contactar ahora",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contactar ahora", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -331,13 +217,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="VERTEX"
|
||||
leftLink={{
|
||||
text: "Privacidad",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacidad", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Términos",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Términos", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user