| @@ -7,6 +7,7 @@ import CardLife from '../components/shared/CardLife' | |||
| import PageHeading from '../components/shared/PageHeading' | |||
| import PageTitle from '../components/shared/PageTitle' | |||
| import Testimonials from '../components/Testimonials' | |||
| import useDataApi from '../hooks/useDataApi' | |||
| //import useAnalytics from '../hooks/useAnalytics' | |||
| import Wrapper from '../layout/Wrapper' | |||
| import {ReactComponent as DownalodIcon } from './../assets/download-icon.svg' | |||
| @@ -92,7 +93,7 @@ const stringBuilder = () => { | |||
| }; | |||
| const [{ data, isLoading, isError }, doFetch] = useDataApi( | |||
| `${api_url}/api/w-home-page?${stringBuilder()}`, | |||
| `${api_url}/api/work-with-us-page?${stringBuilder()}`, | |||
| ); | |||
| const Segment = ({children}) => { | |||