Skip to content

Commit 7bc55c0

Browse files
authored
Remove the hire 'our services' sentence from the landing page as it very confusing and missleading
1 parent a25e692 commit 7bc55c0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pages/index.page.tsx

+1-8
Original file line numberDiff line numberDiff line change
@@ -583,20 +583,13 @@ const Home = (props: any) => {
583583
>
584584
sponsor
585585
</a>
586-
, a{' '}
586+
or a{' '}
587587
<a
588588
href='https://json-schema.org/overview/sponsors#benefits-of-being-an-individual-backer'
589589
className='border-b border-black dark:border-white'
590590
>
591591
backer
592592
</a>{' '}
593-
or hiring our{' '}
594-
<a
595-
href='/overview/pro-help'
596-
className='border-b border-black dark:border-white'
597-
>
598-
pro services
599-
</a>
600593
.
601594
</p>
602595
<p className='w-5/6 lg:w-3/5 mx-auto'>

0 commit comments

Comments
 (0)