import { Outlet, NavLink } from 'react-router-dom'; export const MainLayout = () => { return (

Método Deck of Cards

`px-8 py-3 rounded-xl font-bold transition-all duration-300 ${ isActive ? 'bg-white text-blue-600 shadow-md transform scale-105' : 'text-slate-500 hover:text-slate-700 hover:bg-slate-300/50' }` } > DoC Clásico `px-8 py-3 rounded-xl font-bold transition-all duration-300 ${ isActive ? 'bg-white text-blue-600 shadow-md transform scale-105' : 'text-slate-500 hover:text-slate-700 hover:bg-slate-300/50' }` } > DoC-MF Avanzado
); };