This commit is contained in:
jalvarado
2025-04-21 12:11:58 -06:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export default function Page() {
</Button>
<div className="text-center mb-4 mt-2">
<Image
src={'/feriasex.jpg'}
src={'/feriasex.png'}
width={1000}
height={300}
alt="Ejemplo de banner"
+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>