Skip to content

Commit

Permalink
Add demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Apr 22, 2024
1 parent 27a4105 commit 520f329
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
30 changes: 16 additions & 14 deletions components/plans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -673,13 +673,6 @@ const Plans: FunctionComponent<{ showFree: boolean; showTagline: boolean }> =
<i className='icon-check'></i>
</div>

<p>Custom payment options</p>
</div>
<div className='d-flex'>
<div className='badge badge-rounded-circle text-bg-success-subtle mt-1 me-4'>
<i className='icon-check'></i>
</div>

<p>Unlimited seats (minimum 3)</p>
</div>

Expand Down Expand Up @@ -723,14 +716,23 @@ const Plans: FunctionComponent<{ showFree: boolean; showTagline: boolean }> =
information.
</p>
<div className='text-center'>
<h4 className='fw-bold mt-6 mb-4'>Specific needs?</h4>
<h4 className='fw-bold mt-6 mb-4'>Special requests?</h4>

<Link
href={'/contact-form/'}
className='btn btn-outline-secondary btn-sm'
>
Contact sales
</Link>
<div className='btn-group'>
<Link
href={'/contact-form/'}
className='btn btn-outline-secondary btn-sm'
>
Contact sales
</Link>
<a
href={'https://calendar.app.google/fYmLeMTo2N7T5x8R9'}
target='_blank'
className='btn btn-outline-secondary btn-sm'
>
Request a demo
</a>
</div>
</div>

{showTagline && (
Expand Down
4 changes: 2 additions & 2 deletions pages/pro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ const faq: AccordionData = [
'We accept credit cards (Visa, Mastercard, etc.) through our payment provider Paddle. You can also pay by bank transfer for the Enterprise plan. <a href="/contact-form/">Contact us</a> before purchasing for more information.'
},
{
title: 'Should I contact you before purchasing the "Enterprise" plan?',
title: 'I have specific billing requirements, can you help me?',
content:
'The Enterprise plan can be purchased directly on our website or through a quote (should you need to pay by bank transfer for example). <a href="/contact-form/">Contact us</a> for more information.'
'We can provide you with tailored billing solutions. Do not hesitate to <a href="/contact-form/">contact us</a> to discuss your needs.'
},
{
title: 'Do you offer discounts for schools, bootcamps or students?',
Expand Down

0 comments on commit 520f329

Please sign in to comment.