.login-carousel-container{right:0;bottom:0;overflow:hidden;z-index:0}.login-carousel-container,.login-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%}.login-carousel-slide{background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity 2s cubic-bezier(.4,0,.2,1);z-index:1;transform:scale(1.05);will-change:transform,opacity}.login-carousel-slide.active{opacity:1;z-index:2;animation:zoomIn 10s ease-in-out forwards}.login-carousel-slide:not(.active){animation:none;opacity:0}@keyframes zoomIn{0%{transform:scale(1.05)}50%{transform:scale(1.15)}to{transform:scale(1.05)}}.login-carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(79,70,229,.7PS D:\E\PROYECTOS 2024\APP TURNO DIGITAL\2025\CIVOK TURNO FINAL\civok-turno-saas-front> npm run build > civok@1.0.0 build > next build ▲ Next.js 15.46 Creating an optimized production build ... ✓ Compiled successfully in 21s Skipping linting Checking validity of types .Failed to compile. ./src/app/reservas/agendadas/page.tsx:1050:13 Type error:Type "unknown" is not assignable to type "ReactNode". 1048 | <span>{sedeNombre}</span> 1049 | </div> > 1050 | {reserva.canal && (| ^ 1051 | <div className="text-xs text-muted-foreground">Canal:{reserva.canal}</div> 1052 |)} 1053 | </TableCell> Next.js build worker exited with code:1 and signal:null PS D:\E\PROYECTOS 2024\APP TURNO DIGITAL\2025\CIVOK TURNO FINAL\civok-turno-saas-front>),rgba(67,56,202,.5));z-index:1}.login-carousel-indicators{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:20}.login-carousel-indicator{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.login-carousel-indicator:hover{border-color:rgba(255,255,255,.8);background:rgba(255,255,255,.3)}.login-carousel-indicator.active{background:white;border-color:white;width:24px;border-radius:5px}@media (max-width:768px){.login-carousel-indicators{bottom:2rem}.login-carousel-indicator{width:8px;height:8px}.login-carousel-indicator.active{width:20px}}