Commit Graph

4 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
5b7ff93406 Refactor components for improved structure and clarity; update Footer, HeroSection, LeadershipSection, TechSection, and add new AcademicSTEMHighlights, ReviewSection, and UniqueSection components. Remove ReviewsSection and streamline props for better maintainability. 2025-06-25 11:59:10 -04:00
5f900bbceb refactor: remove unused props from section components for cleaner code 2025-06-15 15:04:37 -05:00
fec7fb62de Refactor portfolio sections: Remove ReviewsSection, add AboutSection, AcademicSection, AthleticsSection, EntrepreneurshipSection, Footer, HeroSection, LeadershipSection, TechSection with improved structure and styling. 2025-06-15 15:00:22 -05:00