|
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
|
@@ -17,90 +17,67 @@ import TextAbout from '@/components/sections/about/TextAbout';
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="elastic-effect"
|
|
|
|
|
defaultButtonVariant="shift-hover"
|
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
|
borderRadius="rounded"
|
|
|
|
|
contentWidth="mediumSmall"
|
|
|
|
|
sizing="medium"
|
|
|
|
|
background="noiseDiagonalGradient"
|
|
|
|
|
cardStyle="inset"
|
|
|
|
|
primaryButtonStyle="flat"
|
|
|
|
|
borderRadius="soft"
|
|
|
|
|
contentWidth="mediumLarge"
|
|
|
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
|
|
|
background="grid"
|
|
|
|
|
cardStyle="outline"
|
|
|
|
|
primaryButtonStyle="diagonal-gradient"
|
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
|
headingFontWeight="bold"
|
|
|
|
|
headingFontWeight="extrabold"
|
|
|
|
|
>
|
|
|
|
|
<ReactLenis root>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
|
navItems={[
|
|
|
|
|
{
|
|
|
|
|
name: "Home",
|
|
|
|
|
id: "#home",
|
|
|
|
|
},
|
|
|
|
|
name: "Home", id: "#home"},
|
|
|
|
|
{
|
|
|
|
|
name: "About",
|
|
|
|
|
id: "#about",
|
|
|
|
|
},
|
|
|
|
|
name: "About", id: "#about"},
|
|
|
|
|
{
|
|
|
|
|
name: "Services",
|
|
|
|
|
id: "#services",
|
|
|
|
|
},
|
|
|
|
|
name: "Services", id: "#services"},
|
|
|
|
|
{
|
|
|
|
|
name: "Testimonials",
|
|
|
|
|
id: "#testimonials",
|
|
|
|
|
},
|
|
|
|
|
name: "Testimonials", id: "#testimonials"},
|
|
|
|
|
{
|
|
|
|
|
name: "Team",
|
|
|
|
|
id: "#team",
|
|
|
|
|
},
|
|
|
|
|
name: "Team", id: "#team"},
|
|
|
|
|
{
|
|
|
|
|
name: "FAQ",
|
|
|
|
|
id: "#faq",
|
|
|
|
|
},
|
|
|
|
|
name: "FAQ", id: "#faq"},
|
|
|
|
|
{
|
|
|
|
|
name: "Contact",
|
|
|
|
|
id: "#contact",
|
|
|
|
|
},
|
|
|
|
|
name: "Contact", id: "#contact"},
|
|
|
|
|
]}
|
|
|
|
|
brandName="Borda & POO"
|
|
|
|
|
brandName="Maquinaria Industrial Global"
|
|
|
|
|
button={{
|
|
|
|
|
text: "Get Started",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
}}
|
|
|
|
|
text: "Cotiza Ahora", href: "#contact"}}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="home" data-section="home">
|
|
|
|
|
<HeroBillboardScroll
|
|
|
|
|
background={{
|
|
|
|
|
variant: "plain",
|
|
|
|
|
}}
|
|
|
|
|
title="Empowering Your Business with Expert Legal & Financial Solutions"
|
|
|
|
|
description="At Borda & POO, we provide bespoke legal and financial advisory services tailored to drive your success. Partner with us for clarity, strategy, and impactful results."
|
|
|
|
|
variant: "plain"}}
|
|
|
|
|
title="Garantizamos la Continuidad Operativa de su Industria: Menos Paradas, Más Productividad"
|
|
|
|
|
description="Somos su socio estratégico en maquinaria industrial pesada. Ofrecemos soluciones robustas para minimizar el tiempo de inactividad, asegurar la disponibilidad de repuestos y optimizar el rendimiento de sus equipos."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Discover Our Services",
|
|
|
|
|
href: "#services",
|
|
|
|
|
},
|
|
|
|
|
text: "Descubra Nuestras Soluciones", href: "#services"},
|
|
|
|
|
{
|
|
|
|
|
text: "Schedule a Consultation",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
text: "Solicitar una Consulta", href: "#contact"},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167449.jpg"
|
|
|
|
|
imageAlt="Professionals discussing legal documents in a modern office"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/industrial-machinery-operating-factory-setting_23-2149363066.jpg"
|
|
|
|
|
imageAlt="Maquinaria industrial operando en un entorno de fábrica"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<TextAbout
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
tag="Our Philosophy"
|
|
|
|
|
title="About Borda & POO: Your Strategic Growth Partner"
|
|
|
|
|
tag="Nuestra Visión Industrial"
|
|
|
|
|
title="Maquinaria Industrial Global: Su Aliado Confiable en Calidad Certificada y Eficiencia"
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Learn More About Us",
|
|
|
|
|
href: "#team",
|
|
|
|
|
},
|
|
|
|
|
text: "Conozca Más Sobre Nosotros", href: "#team"},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -111,32 +88,14 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
tag: "Strategy",
|
|
|
|
|
title: "Strategic Business Planning",
|
|
|
|
|
subtitle: "Long-term vision, actionable plans.",
|
|
|
|
|
description: "Develop robust business strategies that align with your long-term goals and market opportunities. We guide you through market analysis, competitive positioning, and growth roadmaps.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/idea-concept-with-light-bulb_23-2149105803.jpg",
|
|
|
|
|
imageAlt: "Whiteboard with strategic planning diagram",
|
|
|
|
|
},
|
|
|
|
|
tag: "Mantenimiento Predictivo", title: "Optimización del Rendimiento y Reducción de Paradas", subtitle: "Anticipe fallos, maximice la vida útil.", description: "Implementamos estrategias de mantenimiento predictivo avanzadas para identificar y prevenir fallos antes de que ocurran, minimizando así el tiempo de inactividad y prolongando la vida útil de sus equipos.", imageSrc: "http://img.b2bpic.net/free-photo/maintenance-engineer-inspecting-machinery_23-2149129533.jpg", imageAlt: "Ingeniero de mantenimiento inspeccionando maquinaria"},
|
|
|
|
|
{
|
|
|
|
|
tag: "Consulting",
|
|
|
|
|
title: "Expert Legal Consultation",
|
|
|
|
|
subtitle: "Clear advice, informed decisions.",
|
|
|
|
|
description: "Receive expert legal advice on corporate governance, contracts, intellectual property, and regulatory compliance. Our consultants ensure your operations meet all legal requirements and protect your assets.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/diverse-colleagues-reviewing-monthly-sales-infographics-interactive-board_482257-90990.jpg",
|
|
|
|
|
imageAlt: "Business professional receiving expert consultation",
|
|
|
|
|
},
|
|
|
|
|
tag: "Logística de Repuestos", title: "Disponibilidad Garantizada de Componentes Críticos", subtitle: "Acceso rápido a repuestos originales.", description: "Aseguramos la disponibilidad constante de repuestos originales y componentes esenciales, con una logística eficiente que reduce los tiempos de espera y evita interrupciones en su producción.", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-worker-checking-inventory-with-tablet_23-2149363067.jpg", imageAlt: "Trabajador de almacén verificando inventario con tableta"},
|
|
|
|
|
{
|
|
|
|
|
tag: "Execution",
|
|
|
|
|
title: "Tailored Financial Solutions",
|
|
|
|
|
subtitle: "Optimized finance, maximum return.",
|
|
|
|
|
description: "From financial modeling and investment analysis to risk management and capital structuring, our solutions are designed to optimize your financial performance and secure your future.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/help-desk-customer-service-word_53876-167069.jpg",
|
|
|
|
|
imageAlt: "Puzzle pieces fitting together representing tailored solutions",
|
|
|
|
|
},
|
|
|
|
|
tag: "Certificación de Calidad", title: "Estándares Superiores y Calidad Certificada", subtitle: "Confiabilidad probada, cumplimiento asegurado.", description: "Nuestros procesos y productos cumplen con las más estrictas normativas de calidad y seguridad industrial, avalados por certificaciones reconocidas que garantizan la fiabilidad de cada solución que ofrecemos.", imageSrc: "http://img.b2bpic.net/free-photo/quality-control-engineer-inspecting-product_23-2149363063.jpg", imageAlt: "Ingeniero de control de calidad inspeccionando producto"},
|
|
|
|
|
]}
|
|
|
|
|
title="Our Core Services: Driving Your Success"
|
|
|
|
|
description="We offer a suite of specialized services designed to provide comprehensive support across your legal and financial landscape, ensuring robust growth and strategic advantage."
|
|
|
|
|
title="Servicios Esenciales para su Operación: Calidad, Disponibilidad y Rendimiento"
|
|
|
|
|
description="Ofrecemos una gama de servicios especializados diseñados para garantizar la máxima eficiencia, fiabilidad y cumplimiento de los más altos estándares en su maquinaria industrial."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -148,23 +107,14 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "m1",
|
|
|
|
|
value: "98%",
|
|
|
|
|
description: "Client Satisfaction Rate",
|
|
|
|
|
},
|
|
|
|
|
id: "m1", value: "98%", description: "Reducción de Tiempo de Inactividad"},
|
|
|
|
|
{
|
|
|
|
|
id: "m2",
|
|
|
|
|
value: "15+",
|
|
|
|
|
description: "Years of Combined Experience",
|
|
|
|
|
},
|
|
|
|
|
id: "m2", value: "100%", description: "Disponibilidad de Repuestos en Stock"},
|
|
|
|
|
{
|
|
|
|
|
id: "m3",
|
|
|
|
|
value: "500+",
|
|
|
|
|
description: "Successful Cases Handled",
|
|
|
|
|
},
|
|
|
|
|
id: "m3", value: "500+", description: "Proyectos de Optimización Completados"},
|
|
|
|
|
]}
|
|
|
|
|
title="Achieving Excellence Together"
|
|
|
|
|
description="Our dedication translates into tangible results, reflecting the success and trust of our clients across various sectors."
|
|
|
|
|
title="Resultados que Impulsan su Operación"
|
|
|
|
|
description="Nuestra dedicación se traduce en métricas claras que demuestran la eficiencia y fiabilidad de nuestras soluciones."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -173,16 +123,9 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
names={[
|
|
|
|
|
"Global Corp",
|
|
|
|
|
"Innovate Solutions",
|
|
|
|
|
"Summit Ventures",
|
|
|
|
|
"Precision Dynamics",
|
|
|
|
|
"Quantum Leap Inc.",
|
|
|
|
|
"Evergreen Holdings",
|
|
|
|
|
"Nexus Technologies",
|
|
|
|
|
]}
|
|
|
|
|
title="Trusted by Industry Leaders"
|
|
|
|
|
description="We are proud to partner with a diverse portfolio of clients, from innovative startups to established enterprises, helping them achieve their strategic goals."
|
|
|
|
|
"Global Corp", "Innovate Solutions", "Summit Ventures", "Precision Dynamics", "Quantum Leap Inc.", "Evergreen Holdings", "Nexus Technologies"]}
|
|
|
|
|
title="Socios Confiables en la Industria Pesada"
|
|
|
|
|
description="Nos enorgullece trabajar con líderes del sector, brindando soluciones que sustentan sus operaciones más críticas."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -193,48 +136,18 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Sarah Johnson",
|
|
|
|
|
handle: "@sarah_j",
|
|
|
|
|
testimonial: "Borda & POO provided invaluable strategic guidance that helped us navigate complex legal challenges and achieve significant growth. Their expertise is unmatched!",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg",
|
|
|
|
|
imageAlt: "Sarah Johnson, CEO of Tech Innovations",
|
|
|
|
|
},
|
|
|
|
|
id: "1", name: "Carlos Sánchez", handle: "@carloss", testimonial: "Maquinaria Industrial Global nos proporcionó una solución integral que drásticamente redujo nuestro tiempo de inactividad, mejorando la productividad general de nuestra planta. ¡Su soporte es incomparable!", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-engineer-at-construction-site_23-2149363077.jpg", imageAlt: "Carlos Sánchez, Ingeniero Jefe de Producción"},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "Michael Chen",
|
|
|
|
|
handle: "@michaelc",
|
|
|
|
|
testimonial: "The financial solutions tailored by Borda & POO were exactly what our company needed. We saw a remarkable improvement in our financial health and operational efficiency.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg",
|
|
|
|
|
imageAlt: "Michael Chen, Founder of Innovate Solutions",
|
|
|
|
|
},
|
|
|
|
|
id: "2", name: "Ana Torres", handle: "@ana_t", testimonial: "La disponibilidad garantizada de repuestos y la calidad certificada que ofrece Maquinaria Industrial Global han sido cruciales para mantener nuestras operaciones fluidas y sin interrupciones.", imageSrc: "http://img.b2bpic.net/free-photo/male-technician-inspecting-machinery_23-2149363080.jpg", imageAlt: "Ana Torres, Gerente de Operaciones"},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "Emily Rodriguez",
|
|
|
|
|
handle: "@emilyr",
|
|
|
|
|
testimonial: "Their team's in-depth understanding of corporate law saved us significant time and resources. Truly professional and highly effective advisory services.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-white-cardigan_176474-92020.jpg",
|
|
|
|
|
imageAlt: "Emily Rodriguez, Marketing Director at GrowthCo",
|
|
|
|
|
},
|
|
|
|
|
id: "3", name: "Javier Soto", handle: "@javiers", testimonial: "Su equipo experto nos guió a través de una compleja modernización de equipos, asegurando que cada paso cumpliera con los más altos estándares de calidad y eficiencia.", imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-supervising-production_23-2149363076.jpg", imageAlt: "Javier Soto, Director de Proyectos de Ingeniería"},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
name: "David Kim",
|
|
|
|
|
handle: "@davidk",
|
|
|
|
|
testimonial: "We consider Borda & POO an essential partner. Their proactive approach to risk management and financial planning has been crucial to our sustained success.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2358.jpg",
|
|
|
|
|
imageAlt: "David Kim, Product Manager at StartupXYZ",
|
|
|
|
|
},
|
|
|
|
|
id: "4", name: "Luisa Vargas", handle: "@luisav", testimonial: "Con Maquinaria Industrial Global, hemos logrado una gestión proactiva de nuestros activos, lo que se ha traducido en una mayor fiabilidad y una reducción significativa de los costos operativos.", imageSrc: "http://img.b2bpic.net/free-photo/successful-project-manager-in-hard-hat_23-2149363084.jpg", imageAlt: "Luisa Vargas, Analista de Activos Industriales"},
|
|
|
|
|
{
|
|
|
|
|
id: "5",
|
|
|
|
|
name: "Jessica Lee",
|
|
|
|
|
handle: "@jessical",
|
|
|
|
|
testimonial: "Outstanding support and clear communication throughout the entire process. Borda & POO made complex legal matters easy to understand and manage.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-coffee-near-banister_23-2147694689.jpg",
|
|
|
|
|
imageAlt: "Jessica Lee, Operations Lead at Dynamic Corp",
|
|
|
|
|
},
|
|
|
|
|
id: "5", name: "Ricardo Peña", handle: "@ricardop", testimonial: "Desde la consulta inicial hasta la implementación, su compromiso con la excelencia y la atención al detalle nos dio total confianza en sus soluciones para nuestra infraestructura.", imageSrc: "http://img.b2bpic.net/free-photo/construction-manager-reviewing-plans-with-workers_23-2149363079.jpg", imageAlt: "Ricardo Peña, Gerente de Infraestructura"},
|
|
|
|
|
]}
|
|
|
|
|
title="What Our Clients Say"
|
|
|
|
|
description="Hear directly from businesses who have experienced transformative results and unwavering support from Borda & POO."
|
|
|
|
|
title="Lo que Nuestros Clientes de la Industria Opinan"
|
|
|
|
|
description="Escuche a los líderes de la industria que han experimentado una mejora significativa en su eficiencia operativa y una reducción notable en el tiempo de inactividad gracias a nuestras soluciones."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -245,29 +158,14 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
team={[
|
|
|
|
|
{
|
|
|
|
|
id: "t1",
|
|
|
|
|
name: "Elena Borda",
|
|
|
|
|
role: "Founding Partner, Legal Advisory",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/fbi-agent-focused-investigation_1098-14749.jpg",
|
|
|
|
|
imageAlt: "Elena Borda, Founding Partner",
|
|
|
|
|
},
|
|
|
|
|
id: "t1", name: "Elena Borda", role: "Directora de Ingeniería y Operaciones", imageSrc: "http://img.b2bpic.net/free-photo/confident-female-engineer-portrait_23-2149363083.jpg", imageAlt: "Elena Borda, Directora de Ingeniería"},
|
|
|
|
|
{
|
|
|
|
|
id: "t2",
|
|
|
|
|
name: "Marcus POO",
|
|
|
|
|
role: "Founding Partner, Financial Advisory",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-successful-business-specialists-discussing-plan-while-using-tablet-outdoors_1262-12422.jpg",
|
|
|
|
|
imageAlt: "Marcus POO, Founding Partner",
|
|
|
|
|
},
|
|
|
|
|
id: "t2", name: "Marcus POO", role: "Jefe de Logística y Repuestos", imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-in-helmet-portrait_23-2149363072.jpg", imageAlt: "Marcus POO, Jefe de Logística"},
|
|
|
|
|
{
|
|
|
|
|
id: "t3",
|
|
|
|
|
name: "Sofia Reyes",
|
|
|
|
|
role: "Director of Client Strategy",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-leader-talking-assistant-cafe_1262-1842.jpg",
|
|
|
|
|
imageAlt: "Sofia Reyes, Director of Client Strategy",
|
|
|
|
|
},
|
|
|
|
|
id: "t3", name: "Sofia Reyes", role: "Especialista en Certificación de Calidad", imageSrc: "http://img.b2bpic.net/free-photo/industrial-engineer-posing-with-arms-crossed_23-2149363078.jpg", imageAlt: "Sofia Reyes, Especialista en Calidad"},
|
|
|
|
|
]}
|
|
|
|
|
title="Meet Our Dedicated Team"
|
|
|
|
|
description="Our experts bring a wealth of experience and a client-first approach to every challenge, ensuring you receive the highest caliber of service and strategic insight."
|
|
|
|
|
title="Nuestro Equipo de Expertos Industriales"
|
|
|
|
|
description="Nuestros especialistas combinan una vasta experiencia en ingeniería, logística y gestión de proyectos, dedicados a garantizar la excelencia en cada solución industrial que entregamos."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -276,39 +174,33 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "f1",
|
|
|
|
|
title: "What types of businesses do you work with?",
|
|
|
|
|
content: "We serve a diverse range of businesses, from startups and small enterprises to large corporations across various industries, adapting our services to each client's unique needs.",
|
|
|
|
|
},
|
|
|
|
|
id: "f1", title: "¿Cómo garantizan la minimización del tiempo de inactividad?", content: "Empleamos un enfoque proactivo con mantenimiento predictivo y monitoreo constante para identificar y resolver problemas antes de que afecten su producción, asegurando la continuidad operativa."},
|
|
|
|
|
{
|
|
|
|
|
id: "f2",
|
|
|
|
|
title: "How do you ensure data privacy and confidentiality?",
|
|
|
|
|
content: "Client confidentiality is paramount. We adhere to strict data privacy protocols and legal standards, utilizing secure systems and practices to protect all sensitive information.",
|
|
|
|
|
},
|
|
|
|
|
id: "f2", title: "¿Cuál es su política sobre la disponibilidad de repuestos?", content: "Mantenemos un inventario robusto de repuestos originales y utilizamos una red logística optimizada para garantizar la entrega rápida, minimizando así cualquier parada no planificada por falta de componentes."},
|
|
|
|
|
{
|
|
|
|
|
id: "f3",
|
|
|
|
|
title: "What is your typical client engagement process?",
|
|
|
|
|
content: "Our engagement typically begins with an initial consultation to understand your needs, followed by a detailed proposal outlining our strategy, scope of work, and timelines. We maintain continuous communication throughout the process.",
|
|
|
|
|
},
|
|
|
|
|
id: "f3", title: "¿Sus productos y servicios cuentan con certificación de calidad?", content: "Absolutamente. Todos nuestros servicios y productos cumplen con las normativas internacionales más exigentes y están avalados por certificaciones de calidad que garantizan su fiabilidad y rendimiento en entornos industriales severos."},
|
|
|
|
|
]}
|
|
|
|
|
sideTitle="Frequently Asked Questions"
|
|
|
|
|
sideDescription="Find answers to common questions about our services, processes, and how we can support your business goals."
|
|
|
|
|
sideTitle="Preguntas Frecuentes de la Industria"
|
|
|
|
|
sideDescription="Encuentre respuestas rápidas sobre cómo nuestras soluciones abordan los desafíos críticos de su operación, desde la reducción de inactividad hasta la certificación de calidad."
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCenter
|
|
|
|
|
<ContactSplit
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "radial-gradient",
|
|
|
|
|
}}
|
|
|
|
|
tag="Get in Touch"
|
|
|
|
|
title="Ready to Transform Your Business?"
|
|
|
|
|
description="Contact Borda & POO today for a personalized consultation. Let's discuss how our expert legal and financial advisory can drive your success."
|
|
|
|
|
inputPlaceholder="Enter your email"
|
|
|
|
|
buttonText="Schedule Call"
|
|
|
|
|
termsText="By scheduling a call, you agree to our Terms and Conditions and Privacy Policy."
|
|
|
|
|
variant: "animated-grid"}}
|
|
|
|
|
tag="Solicitudes y Proyectos Industriales"
|
|
|
|
|
title="¿Listo para Optimizar su Operación? Conecte con Nuestros Expertos."
|
|
|
|
|
description="Envíe su consulta técnica o solicitud de presupuesto (RFP) a través de nuestro formulario. Nuestro equipo se pondrá en contacto rápidamente para discutir sus necesidades específicas y cómo podemos ofrecerle soluciones industriales a medida que minimicen sus paradas y maximicen la eficiencia."
|
|
|
|
|
inputPlaceholder="Su correo electrónico"
|
|
|
|
|
buttonText="Enviar Solicitud"
|
|
|
|
|
termsText="Al enviar su consulta, acepta nuestros Términos y Condiciones y Política de Privacidad."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/engineer-consulting-with-colleagues-discussing-blueprint-data_23-2149363065.jpg"
|
|
|
|
|
imageAlt="Ingeniero consultando con colegas discutiendo planos"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -316,62 +208,58 @@ export default function LandingPage() {
|
|
|
|
|
<FooterSimple
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Services",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Servicios", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Legal Advisory",
|
|
|
|
|
href: "#services",
|
|
|
|
|
},
|
|
|
|
|
label: "Mantenimiento Predictivo", href: "#services"},
|
|
|
|
|
{
|
|
|
|
|
label: "Financial Solutions",
|
|
|
|
|
href: "#services",
|
|
|
|
|
},
|
|
|
|
|
label: "Logística de Repuestos", href: "#services"},
|
|
|
|
|
{
|
|
|
|
|
label: "Strategic Planning",
|
|
|
|
|
href: "#services",
|
|
|
|
|
},
|
|
|
|
|
label: "Certificación de Calidad", href: "#services"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Company",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Compañía", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "About Us",
|
|
|
|
|
href: "#about",
|
|
|
|
|
},
|
|
|
|
|
label: "Acerca de Nosotros", href: "#about"},
|
|
|
|
|
{
|
|
|
|
|
label: "Our Team",
|
|
|
|
|
href: "#team",
|
|
|
|
|
},
|
|
|
|
|
label: "Nuestro Equipo", href: "#team"},
|
|
|
|
|
{
|
|
|
|
|
label: "Contact",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
label: "Contacto", href: "#contact"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Resources",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Información de Contacto", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "FAQs",
|
|
|
|
|
href: "#faq",
|
|
|
|
|
label: "Barros Arana 1668 Of. 309, Concepción", href: "https://maps.app.goo.gl/YourGoogleMapsLink"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Testimonials",
|
|
|
|
|
href: "#testimonials",
|
|
|
|
|
},
|
|
|
|
|
label: "contacto@maquinariaindustrialglobal.cl", href: "mailto:contacto@maquinariaindustrialglobal.cl"},
|
|
|
|
|
{
|
|
|
|
|
label: "Privacy Policy",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Llámenos: +56 41 233 2156", href: "tel:+56412332156"},
|
|
|
|
|
{
|
|
|
|
|
label: "Móvil: +56 9 9509 2958", href: "tel:+56995092958"}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Recursos", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Preguntas Frecuentes", href: "#faq"},
|
|
|
|
|
{
|
|
|
|
|
label: "Testimonios", href: "#testimonials"},
|
|
|
|
|
{
|
|
|
|
|
label: "Política de Privacidad", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "Términos y Condiciones", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "Aviso Legal", href: "#"}
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
bottomLeftText="© 2024 Borda & POO. All rights reserved."
|
|
|
|
|
bottomRightText="Built for Success"
|
|
|
|
|
bottomLeftText="© 2024 Maquinaria Industrial Global. Todos los derechos reservados."
|
|
|
|
|
bottomRightText="Impulsando su Productividad"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|