import { Navigation } from './components/Navigation'; import { HeroSection } from './components/HeroSection'; import { AboutSection } from './components/AboutSection'; import { ExperienceSection } from './components/ExperienceSection'; import { PortfolioSection } from './components/PortfolioSection'; import { ServicesSection } from './components/ServicesSection'; import { ContactSection } from './components/ContactSection'; import { Footer } from './components/Footer'; export default function App() { return (
); }