import Navigation from "@/components/Navigation"; import HeroSection from "@/components/HeroSection"; import WorkSection from "@/components/WorkSection"; import AboutSection from "@/components/AboutSection"; import TeamSection from "@/components/TeamSection"; import MeansSection from "@/components/MeansSection"; import ProjectsSection from "@/components/ProjectsSection"; import ContactSection from "@/components/ContactSection"; const Index = () => { return (
); }; export default Index;