/* global React, ReactDOM, COPY */
const { useState, useEffect } = React;
const INNER_LINKS = {
es: [
{ href: "/", idx: "01", label: "Inicio" },
{ href: "/nosotros.html", idx: "02", label: "Nosotros" },
{ href: "/soluciones.html", idx: "03", label: "Soluciones" },
{ href: "/desarrollos.html", idx: "04", label: "Desarrollos" },
{ href: "/contacto.html", idx: "05", label: "Contacto" },
],
en: [
{ href: "/", idx: "01", label: "Home" },
{ href: "/nosotros.html", idx: "02", label: "About" },
{ href: "/soluciones.html", idx: "03", label: "Solutions" },
{ href: "/desarrollos.html", idx: "04", label: "Lab" },
{ href: "/contacto.html", idx: "05", label: "Contact" },
],
};
function SolucionesHero({ p }) {
return (
{p.desc} {p.desc} {item.body} {p.desc} {item.body} {p.body}
{p.title1}
{p.title2}
{p.title}
{item.list.map((li, j) =>
{p.title}
{p.title}