lp: removed Examples button from the hero section.

This commit is contained in:
Matija Sosic 2023-04-12 11:37:57 +02:00
parent dbb52a5c74
commit d68333e982
3 changed files with 10 additions and 31 deletions

View File

@ -45,18 +45,16 @@ const TextLink = ({ url, label }) => (
<span
className={`
mt-3 block cursor-pointer text-sm
text-neutral-600 hover:text-neutral-500
text-neutral-500 hover:text-neutral-400
`}
>
<div className='group flex'>
<span className='flex gap-1 items-center bg-yellow-500/25 px-1 rounded'>
<span>{label}</span>
<div className='transition-all group-hover:ml-0.5'>
<span className='text-yellow-600'>
<ArrowRight size={14} strokeWidth={2} />
</span>
</div>
</span>
<div className='group flex gap-1 items-center'>
<span>{label}</span>
<div className='transition-all group-hover:ml-0.5'>
<span className='text-yellow-600'>
<ArrowRight size={14} strokeWidth={2} />
</span>
</div>
</div>
</span>
</Link>

View File

@ -52,24 +52,7 @@ const ActionButtons = () => (
`}
>
<BookOpen size={16} />
<span>Read Tutorial</span>
</button>
</Link>
<Link to='#examples'>
<button
className={`
inline-flex items-center space-x-2
px-3 py-2 rounded
border border-neutral-500
text-sm leading-4
text-neutral-700
hover:text-neutral-400 hover:border-neutral-400
transition ease-out duration-200
`}
>
<Trello size={16} />
<span>Examples</span>
<span>Tutorial</span>
</button>
</Link>
</div>

View File

@ -88,9 +88,7 @@ const HowItWorks = () => {
</div> {/* EOF Features */}
</div>
<div className='col-span-12 lg:col-span-7 xl:col-span-7 xl:col-start-6'
style={{display: 'flex', alignItems: 'center'}}
>
<div className='col-span-12 lg:col-span-7 xl:col-span-7 xl:col-start-6'>
<img
className=''
src='img/lp/wasp-compilation-diagram.png'