const banner: { data: Banner.data[] } = {
    data: [
        {
            img: "https://cdn.aprocre.org.ve/images/banner/avgh.webp",
            responsive: "https://cdn.aprocre.org.ve/images/banner/avgh.webp",
            text: "",
        },
        {
            img: "https://cdn.aprocre.org.ve/images%2Fbanner%2Fsantoni.webp",
            responsive:
                "https://cdn.aprocre.org.ve/images%2Fbanner%2Fsantoni.webp",
            text: "",
        },
        {
            img: "https://cdn.aprocre.org.ve/images%2Fbanner%2FBanner.webp",
            responsive:
                "https://cdn.aprocre.org.ve/images%2Fbanner%2FBanner2.webp",
            text: "Texto A",
        },
    ],
};

export default { banner };
