diff --git a/public/feriasex.jpg b/public/feriasex.jpg new file mode 100644 index 0000000..a4c93ca Binary files /dev/null and b/public/feriasex.jpg differ diff --git a/src/app/(public)/registro/[slug]/page.tsx b/src/app/(public)/registro/[slug]/page.tsx index 7d7d660..76dbfe4 100644 --- a/src/app/(public)/registro/[slug]/page.tsx +++ b/src/app/(public)/registro/[slug]/page.tsx @@ -52,9 +52,9 @@ export default function Page() { -
+
Ejemplo de banner Ejemplo de banner
))} diff --git a/src/components/formulario-card.tsx b/src/components/formulario-card.tsx index b7df933..d600d44 100644 --- a/src/components/formulario-card.tsx +++ b/src/components/formulario-card.tsx @@ -38,7 +38,7 @@ export default function FormularioCard({ width={400} height={300} className="img" - src="/banner1.png" + src="/feriasex.jpg" alt="Banner formulario" />
{cuestionario.nombre_form}
@@ -63,7 +63,12 @@ export default function FormularioCard({ )}

{button_message && ( - )} diff --git a/src/styles/sass/bootstrap.scss b/src/styles/sass/bootstrap.scss index 5cb1d25..d096ab4 100644 --- a/src/styles/sass/bootstrap.scss +++ b/src/styles/sass/bootstrap.scss @@ -75,6 +75,18 @@ ul.list-unstyled li { @extend .rounded; @extend .shadow; + &::after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 50%; // ajusta según el tamaño deseado + background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent); + pointer-events: none; + z-index: 1; + } + img { @extend .img-fluid, .rounded; width: 100%; @@ -90,6 +102,7 @@ ul.list-unstyled li { color: #fff; font-size: 1.25rem; text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5); + z-index: 2; } }