Skip to content

Commit

Permalink
Remove demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Oct 5, 2023
1 parent 5baf96c commit 9e72b5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
22 changes: 7 additions & 15 deletions components/plans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -647,21 +647,13 @@ const Plans: FunctionComponent<{ showFree: boolean; showTagline: boolean }> =
</p>
<div className='text-center'>
<h4 className='fw-bold mt-6 mb-4'>Specific needs?</h4>
<div className='btn-group'>
<Link
href={'/contact-form/'}
className='btn btn-outline-secondary btn-sm'
>
Contact sales
</Link>
<Link
href={'https://cal.com/mockoon/demo'}
target='_blank'
className='btn btn-outline-secondary btn-sm'
>
Book a demo
</Link>
</div>

<Link
href={'/contact-form/'}
className='btn btn-outline-secondary btn-sm'
>
Contact sales
</Link>
</div>

{showTagline && (
Expand Down
5 changes: 0 additions & 5 deletions pages/pro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ const faq: AccordionData = [
{
title: 'Misc',
items: [
{
question: 'Can I book a demo?',
answer:
'Yes, we can provide a 30-minute demo of our solutions. <a href="https://cal.com/mockoon/demo" target="_blank">Book a demo</a> now.'
},
{
question: 'Do you offer custom services?',
answer:
Expand Down

0 comments on commit 9e72b5a

Please sign in to comment.