- Updated the Dashboard component to simplify layout and styling.
- Enhanced IconCircle component with improved CSS for better alignment and display.
- Refactored global styles for consistency and clarity.
- Improved LandingBody component to utilize Link for navigation.
- Revamped Header component to manage navigation state more effectively.
- Implemented a new LoginPage component for user authentication.
- Introduced useSession hook for managing user session state.
- Updated CargaArchivo component to use a consistent Button component.
- Enhanced Consulta component for better error handling and display.
- Cleaned up Footer component styling and structure.
- Added new logo images: logo-negro-fes.png and logo-unam.png.
- Removed unused SVG files: next.svg, vercel.svg, and window.svg.
- Created layout component for authentication pages.
- Implemented login page with input fields for username and password.
- Updated carga page to include CargaArchivo component.
- Removed old login page implementation.
- Introduced CheckboxOptionGroup and RadioOptionGroup components for form handling.
- Deleted FuenteCard component and added new layout components: Header and Footer.
- Created Navbar and Sidebar components for navigation.
- Added Pagination component for table navigation.
- Developed Table component with sorting and pagination features.
- Implemented Tabs component for tabbed navigation.
- Updated utility styles in SASS for responsive widths.
- Enhanced Bootstrap styles for form controls.