|
|
|
@@ -114,9 +114,12 @@ const WorkWithUs = () => { |
|
|
|
|
|
|
|
useEffect(() => { |
|
|
|
document.title = 'Work With Us'; |
|
|
|
console.log(data); |
|
|
|
}, []); |
|
|
|
|
|
|
|
useEffect(() => { |
|
|
|
console.log(data); |
|
|
|
},[data]); |
|
|
|
|
|
|
|
if (isLoading) { |
|
|
|
return ( |
|
|
|
<div className="z-50 w-full h-screen bg-white dark:bg-dg-primary-1700 overflow-hidden dark:text-white flex items-center justify-center text-3xl font-semibold"> |
|
|
|
@@ -137,7 +140,7 @@ const WorkWithUs = () => { |
|
|
|
<div className="mt-90p"> |
|
|
|
<Wrapper padding={' py-[48px]'}> |
|
|
|
{data ? ( |
|
|
|
<PageTitle heading={'Diligent at a Glance'} subheading={'work with us'} /> |
|
|
|
<PageTitle heading={data.Heading} subheading={'work with us'} /> |
|
|
|
) : null} |
|
|
|
</Wrapper> |
|
|
|
<div className="flex flex-col md:flex gap-[32px] w-fit mx-auto"> |