Bladeren bron

workwithusfix

GA
Pavle Golubovic 3 jaren geleden
bovenliggende
commit
562e3c7377
2 gewijzigde bestanden met toevoegingen van 2 en 5 verwijderingen
  1. 1
    1
      frontend/package.json
  2. 1
    4
      frontend/src/pages/WorkWithUs.jsx

+ 1
- 1
frontend/package.json Bestand weergeven

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

+ 1
- 4
frontend/src/pages/WorkWithUs.jsx Bestand weergeven

@@ -87,7 +87,6 @@ const HelpParagraph = ({title, paragraph}) => {
}

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

useEffect(() => {
document.title = 'Work With Us';
@@ -183,9 +182,7 @@ const WorkWithUs = () => {
<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'>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>
</Wrapper>
<Wrapper padding={' py-32p'}>

Laden…
Annuleren
Opslaan