11import Head from '@docusaurus/Head' ;
22import { useLocation } from '@docusaurus/router' ;
3+ import useDocusaurusContext from '@docusaurus/useDocusaurusContext' ;
4+ import { experts } from '@remotion/promo-pages/dist/experts/experts-data.js' ;
35import Layout from '@theme/Layout' ;
46import React from 'react' ;
57import { Button } from '../../components/layout/Button' ;
6- import { Spacer } from '../../components/layout/Spacer' ;
7- import { experts } from '../data/experts' ;
8-
9- import useDocusaurusContext from '@docusaurus/useDocusaurusContext' ;
108import { PALETTE } from '../../components/layout/colors' ;
9+ import { Spacer } from '../../components/layout/Spacer' ;
1110import { BackButton } from './BackButton' ;
1211import { Seo } from './Seo' ;
1312
@@ -17,6 +16,7 @@ const layout: React.CSSProperties = {
1716 paddingLeft : 16 ,
1817 paddingRight : 16 ,
1918 paddingTop : 30 ,
19+ textAlign : 'left' ,
2020} ;
2121
2222const header : React . CSSProperties = {
@@ -127,7 +127,7 @@ export default () => {
127127 < div style = { layout } >
128128 < BackButton link = "/experts" color = "white" text = "Back to Experts" />
129129 < div style = { headerRow } >
130- < img style = { img } src = { expert . image } />
130+ < img alt = { expert . name } style = { img } src = { expert . image } />
131131 < h2 className = "big-title-on-desktop" style = { title } >
132132 { expert . name }
133133 </ h2 >
@@ -323,8 +323,9 @@ export default () => {
323323 </ svg >
324324 < div style = { { flex : 1 } } >
325325 Remotion Experts are independent freelancers with proven Remotion
326- expertise and portfolios. However, due diligence is recommended
327- before hiring.
326+ expertise and portfolios. However,{ ' ' }
327+ < strong > perform due diligence </ strong > before hiring. Remotion
328+ does not arbitrate disputes between experts and clients.
328329 </ div >
329330 </ div >
330331 < Spacer />
0 commit comments