This commit is contained in:
jorgemike
2025-04-09 17:58:29 -06:00
parent d69a90a458
commit 9d10c18a52
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>