import AboutUsPage from '@/components/aboutUs'; import Layout from '@/components/layout'; function AboutUs() { return ( ) } export default AboutUs