Skip to content

Commit

Permalink
Reduce free trial to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Jun 20, 2023
1 parent 924bdcd commit 4563cf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/layouts/Home/components/PricingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* found at http://www.apache.org/licenses/LICENSE-2.0.
*/

import { track } from '@amplitude/analytics-browser';
import { Button } from '@zendeskgarden/react-buttons';
import { Body, Header, Modal } from '@zendeskgarden/react-modals';
import { ThemeProvider, mediaQuery } from '@zendeskgarden/react-theming';
Expand Down Expand Up @@ -538,7 +539,7 @@ export const PricingTable = () => {
}
`}
>
Choose a plan tailored to your needs or get started with 1,800 free credits.
Choose a plan tailored to your needs or get started with 300 free credits.
</p>
<TryNowButton css="margin-top: 30px;" />
</div>
Expand Down Expand Up @@ -570,7 +571,7 @@ export const PricingTable = () => {
</span>
</span>
}
subheader="with 1,800 credits"
subheader="with 300 credits"
/>
<FeatureList>
<span>V1: 1 credit per 1s of speech</span>
Expand Down

0 comments on commit 4563cf5

Please sign in to comment.