import React from 'react'; import { Terminal } from 'lucide-react'; import TerminalButton from './components/TerminalButton'; import ProfileContent from './components/ProfileContent'; import ProjectsContent from './components/ProjectsContent'; function App() { const [activeSection, setActiveSection] = React.useState('about'); return (