Commit Graph

2 Commits

Author SHA1 Message Date
7119d7a48d feat: Implement dark mode theme support across components
- Added ThemeContext for managing theme state and toggling between light and dark modes.
- Updated components (EntrepreneurshipSection, Footer, HeroSection, LeadershipSection, ReviewSection, TechSection, UniqueSection) to utilize theme context and apply conditional styling based on the current theme.
- Enhanced CSS with custom properties for theming and transitions.
- Configured Tailwind CSS to support dark mode.
- Ensured consistent styling and transitions for text and background colors in dark mode.
2025-06-25 12:40:38 -04:00
a0d925aba1 Add initial project setup with Vite, React, and TypeScript; include ESLint configuration and Tailwind CSS integration 2025-06-12 19:51:14 +00:00