jabb-astro-components
Version:
UI Components for web development
24 lines (22 loc) • 757 B
text/typescript
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 };