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