import { Zap, Users, Rocket } from "lucide-react"; interface AboutSectionProps { textClasses: string; cardClasses: string; } const AboutSection = ({ textClasses, cardClasses }: AboutSectionProps) => { return (

Why I Stand Out

Unique Blend

Academic excellence, technological fluency, creative innovation in robotics and software, leadership through service, and athletic resilience.

Team Player

I thrive in team environments, whether coaching classmates, collaborating in science competitions, or building apps with peers.

Self-Driven

Consistently pursuing excellence—from earning honors and awards to shipping production-level apps and standing tall on the podium.

); }; export default AboutSection;