UNPKG

jabb-astro-components

Version:
24 lines (22 loc) 757 B
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 };