import { useState } from 'react';
import { ChevronDown, ChevronUp, Mail, Phone, MapPin, Github, Linkedin, Download, ExternalLink } from 'lucide-react';
import { motion, AnimatePresence } from 'framer-motion';
export default function CV() {
const [expandedSection, setExpandedSection] = useState('experience');
const [isDarkMode, setIsDarkMode] = useState(false);
const toggleSection = (section) => {
if (expandedSection === section) {
setExpandedSection(null);
} else {
setExpandedSection(section);
}
};
const Section = ({ id, title, children }) => (
{title}
Professional Title
A brief professional summary highlighting your key strengths, experience, and career objectives. Customize this section to showcase your unique value proposition and what makes you stand out.
{job.company} • {job.period}
University Name • 2018
Specialized in Artificial Intelligence and Machine Learning. Graduated with honors. Research focus on Natural Language Processing.