Pavle Golubovic 3 роки тому
джерело
коміт
562e3c7377
2 змінених файлів з 2 додано та 5 видалено
  1. 1
    1
      frontend/package.json
  2. 1
    4
      frontend/src/pages/WorkWithUs.jsx

+ 1
- 1
frontend/package.json Переглянути файл

{ {
"name": "frontend", "name": "frontend",
"version": "1.1.2",
"version": "1.1.3",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@faceless-ui/slider": "^1.1.14", "@faceless-ui/slider": "^1.1.14",

+ 1
- 4
frontend/src/pages/WorkWithUs.jsx Переглянути файл

} }


const WorkWithUs = () => { const WorkWithUs = () => {
//useAnalytics();


useEffect(() => { useEffect(() => {
document.title = 'Work With Us'; document.title = 'Work With Us';
<li className='my-32p list-disc'>Deliverables are <b className='text-[#9B32CE]'>on time and within budget</b></li> <li className='my-32p list-disc'>Deliverables are <b className='text-[#9B32CE]'>on time and within budget</b></li>
<li className='my-32p list-disc'>Deliverables are <b className='text-[#9B32CE]'>what the client needs</b>. We produce meaningful and positive contributions, we do not want to tick the checkboxes just so that we can call it done.</li> <li className='my-32p list-disc'>Deliverables are <b className='text-[#9B32CE]'>what the client needs</b>. We produce meaningful and positive contributions, we do not want to tick the checkboxes just so that we can call it done.</li>
<li className='my-32p list-disc'>Our resources involved with the client <b className='text-[#9B32CE]'>have gained knowledge in the process</b>, they understand the client’s business, what they’ve created and most importantly - why it was created</li> <li className='my-32p list-disc'>Our resources involved with the client <b className='text-[#9B32CE]'>have gained knowledge in the process</b>, they understand the client’s business, what they’ve created and most importantly - why it was created</li>
<li className='my-32p list-disc'>Our clients can <b className='text-[#9B32CE]'>demonstratively measure the improvements</b> in stability, volume, earnings, their client/user satisfaction…as a result of our contribimport useAnalytics from './../hooks/useAnalytics';
utions. </li>

<li className='my-32p list-disc'>Our clients can <b className='text-[#9B32CE]'>demonstratively measure the improvements</b> in stability, volume, earnings, their client/user satisfaction…as a result of our contributions. </li>
</ul> </ul>
</Wrapper> </Wrapper>
<Wrapper padding={' py-32p'}> <Wrapper padding={' py-32p'}>

Завантаження…
Відмінити
Зберегти