import { Navigation } from './features/navigation'; import { HeroSection } from './features/hero'; import { SkillsSection } from './features/skills'; import { ProjectsSection } from './features/projects'; import { ExperienceSection } from './features/experience'; import { ContactSection } from './features/contact'; import Footer from './shared/components/Footer'; function App() { return (
{/* Background gradient decorations */}
); } export default App;