Merge version_1 into main #2
118
src/app/page.tsx
118
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Servicios", id: "#features"},
|
||||
{
|
||||
name: "Acerca de",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Acerca de", id: "#about"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
brandName="Hernández Industries"
|
||||
/>
|
||||
@@ -53,32 +45,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Soluciones Industriales de Calidad Superior"
|
||||
description="En Hernández Industries brindamos soluciones profesionales en climatización, refrigeración, mantenimiento técnico y servicios eléctricos, garantizando la estabilidad operativa de su empresa."
|
||||
tag="Expertos HVAC e Infraestructura"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CGvsIMTBSN4gSmDO6ApFGqPzjE/uploaded-1776032788118-st2qqwk7.png",
|
||||
imageAlt: "Hernández Industries Logo",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CGvsIMTBSN4gSmDO6ApFGqPzjE/uploaded-1776032788118-st2qqwk7.png", imageAlt: "Hernández Industries Logo"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/zoom-shot-manifold-meters_482257-91084.jpg?_wi=1",
|
||||
imageAlt: "Hernández Industries Logo Overlay",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-mechanic-installing-automated-workflows-control-systems_482257-126170.jpg",
|
||||
imageAlt: "Smart factory mechanic",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg",
|
||||
imageAlt: "Industrial production line",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-sweeping-away-loose-debris-accumulated-around-air-conditioner-base-trained-engineer-cleaning-hvac-system-body-control-panel-with-dusting-brush-tool-remove-loose-dirt_482257-70162.jpg",
|
||||
imageAlt: "Technician maintenance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/zoom-shot-manifold-meters_482257-91084.jpg", imageAlt: "Hernández Industries Logo Overlay"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -93,9 +68,7 @@ export default function LandingPage() {
|
||||
title="Compromiso con la excelencia y el rendimiento operativo"
|
||||
buttons={[
|
||||
{
|
||||
text: "Conozca nuestro servicio",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Conozca nuestro servicio", href: "#contact"},
|
||||
]}
|
||||
tag="Sobre Nosotros"
|
||||
tagIcon={Building}
|
||||
@@ -109,38 +82,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Climatización Industrial",
|
||||
author: "Equipo HVAC",
|
||||
description: "Expertos certificados por TRANE en sistemas HVAC, chillers, cuartos fríos y ventilación.",
|
||||
tags: [
|
||||
"HVAC",
|
||||
"TRANE",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281308.jpg",
|
||||
},
|
||||
id: "1", title: "Climatización Industrial", author: "Equipo HVAC", description: "Expertos certificados por TRANE en sistemas HVAC, chillers, cuartos fríos y ventilación.", tags: [
|
||||
"HVAC", "TRANE"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281308.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Servicios Eléctricos",
|
||||
author: "Equipo Eléctrico",
|
||||
description: "Diagnósticos, instalaciones seguras y mantenimiento preventivo especializado para plantas industriales.",
|
||||
tags: [
|
||||
"Eléctrico",
|
||||
"Industrial",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-51821.jpg",
|
||||
},
|
||||
id: "2", title: "Servicios Eléctricos", author: "Equipo Eléctrico", description: "Diagnósticos, instalaciones seguras y mantenimiento preventivo especializado para plantas industriales.", tags: [
|
||||
"Eléctrico", "Industrial"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-51821.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Diseño Estructural",
|
||||
author: "Equipo Ingeniería",
|
||||
description: "Planos técnicos, cálculos eléctricos y diseño arquitectónico asistido por AutoCAD.",
|
||||
tags: [
|
||||
"CAD",
|
||||
"Diseño",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-692.jpg",
|
||||
},
|
||||
id: "3", title: "Diseño Estructural", author: "Equipo Ingeniería", description: "Planos técnicos, cálculos eléctricos y diseño arquitectónico asistido por AutoCAD.", tags: [
|
||||
"CAD", "Diseño"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-692.jpg"},
|
||||
]}
|
||||
title="Nuestras Soluciones Técnicas"
|
||||
description="Protocolos de alta exigencia para garantizar la continuidad de su operación sin paros inesperados."
|
||||
@@ -155,20 +107,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "60%",
|
||||
description: "Reducción de fallas operativas",
|
||||
},
|
||||
id: "m1", value: "60%", description: "Reducción de fallas operativas"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "25%",
|
||||
description: "Mejora en eficiencia energética",
|
||||
},
|
||||
id: "m2", value: "25%", description: "Mejora en eficiencia energética"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4+",
|
||||
description: "Años de trayectoria técnica",
|
||||
},
|
||||
id: "m3", value: "4+", description: "Años de trayectoria técnica"},
|
||||
]}
|
||||
title="Impacto Operativo Comprobable"
|
||||
description="Resultados verificables tras implementar nuestros protocolos de mantenimiento y control térmico."
|
||||
@@ -182,31 +125,20 @@ export default function LandingPage() {
|
||||
description="Estamos listos para optimizar la estabilidad operativa de su infraestructura."
|
||||
inputs={[
|
||||
{
|
||||
name: "firstName",
|
||||
type: "text",
|
||||
placeholder: "Nombre",
|
||||
required: true,
|
||||
name: "firstName", type: "text", placeholder: "Nombre", required: true,
|
||||
},
|
||||
{
|
||||
name: "lastName",
|
||||
type: "text",
|
||||
placeholder: "Apellido",
|
||||
required: true,
|
||||
name: "lastName", type: "text", placeholder: "Apellido", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Cuéntenos sobre su proyecto",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Cuéntenos sobre su proyecto", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/zoom-shot-manifold-meters_482257-91084.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/zoom-shot-manifold-meters_482257-91084.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user