banner #8

Merged
jalvarado merged 1 commits from develop into master 2025-04-09 23:59:08 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default function Carousel({
id = 'carouselExample',
images = [
{
src: '/feriasex.jpg',
src: '/feriasex.png',
alt: 'Imagen de ejemplo',
},
],
+1 -1
View File
@@ -37,7 +37,7 @@ export default function FormularioCard({
width={400}
height={300}
className="img"
src="/feriasex.jpg"
src="/feriasex.png"
alt="Banner formulario"
/>
<div className="card-caption">{cuestionario.nombre_form}</div>