import { Trophy, Award, Star } from "lucide-react"; interface AcademicSectionProps { isDarkMode: boolean; textClasses: string; cardClasses: string; } const AcademicSection = ({ isDarkMode, textClasses, cardClasses, }: AcademicSectionProps) => { return (

🏆 Academic & STEM Highlights

UIL Science 1st Place

Showcased analytical rigor and creative problem-solving in a highly competitive academic environment.

Science Olympiad

Regular participant developing strong teamwork, precise experimentation, and rapid on-your-feet thinking.

Gifted and Talented Program

Advanced coursework that cultivated deeper critical thinking and an enriched love for learning.

Honor Roll

Full schedule of honors classes, consistently challenging myself to excel in every subject.

); }; export default AcademicSection;