import Header from "@/components/Header"; import HeroSection from "@/components/HeroSection"; import ProjectsSection from "@/components/ProjectsSection"; import PlanesSection from "@/components/PlanesSection"; const Index = () => { return (
{/* Footer */}
); }; export default Index;