const cluster1: Cluster.Cluster1 = {
    title: "title",
    text: "Esto es un texto",
    data: [
        {
            name: "Solicitar Referencia Comercial",
            img: "/referencias-comerciales.png",
            alt: "Referencia Comercial",
            href: "#",
            target: "_self",
            rel: "tag",
        },
        {
            name: "APROCRE al día",
            img: "/aprocre-al-dia.png",
            alt: "boletin APROCRE",
            href: "#",
            target: "_self",
            rel: "tag",
        },
        {
            name: "Empresas Asociadas",
            img: "/asociados.png",
            alt: "Asociados",
            href: "#",
            target: "_self",
            rel: "tag",
        },
    ],
    limit: 2,
    transition: true,
};

const cluster3: Cluster.Cluster3 = {
    data: [
        {
            name: "Solicitar Referencia Comercial",
            img: "/referencias-comerciales.png",
            ariaLabel: "Referencia Comercial",
            href: "#",
            target: "_self",
            rel: "tag",
        },
        {
            name: "APROCRE al día",
            img: "/aprocre-al-dia.png",
            ariaLabel: "boletin APROCRE",
            href: "#",
            target: "_self",
            rel: "tag",
        },
        {
            name: "Empresas Asociadas",
            img: "/asociados.png",
            ariaLabel: "Asociados",
            href: "#",
            target: "_self",
            rel: "tag",
        },
    ],
};

export default { cluster1, cluster3 };
