import Navbar from « @/components/Navbar »;
import Hero from « @/components/Hero »;
import About from « @/components/About »;
import Services from « @/components/Services »;
import Testimonials from « @/components/Testimonials »;
import Press from « @/components/Press »;
import Team from « @/components/Team »;
import Partners from « @/components/Partners »;
import Support from « @/components/Support »;
import Footer from « @/components/Footer »;
const Index = () => {
return (
);
};
export default Index;
