mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
feat: 30-day free trial for Pro plan, FAQ support question, reiterate existing features on Free plan
This commit is contained in:
parent
a0acc614ec
commit
eba3619590
3 changed files with 18 additions and 4 deletions
|
|
@ -6,11 +6,14 @@ import { CheckArrowIcon } from "../assets/icons/CheckArrowIcon";
|
|||
const pricingData = [
|
||||
["Import spreadsheets up to 1MB",
|
||||
"Transform data with free recipes",
|
||||
"List 1 CKAN instance",
|
||||
"View spreadsheet statistics and frequency data",
|
||||
"Run Polars SQL queries",
|
||||
"Upload/Download compatible data from a CKAN instance",
|
||||
"List 1 CKAN instance at a time",
|
||||
"Use free tools in Toolbox",
|
||||
"Use qsv slice from Flow",
|
||||
"Use qsv count and qsv slice in Configurator (experimental)",
|
||||
"Export Workflow file data and various data table data to CSV, TSV, TAB, and SSV"
|
||||
"Export Workflow file data and various data table data to CSV, TSV, TAB, and SSV",
|
||||
],
|
||||
["Import spreadsheets larger than 1MB",
|
||||
"View extra statistics in the Workflow based on your file",
|
||||
|
|
@ -164,8 +167,9 @@ export const Pricing = () => {
|
|||
target="_blank"
|
||||
>
|
||||
<div className="inline-block text-center py-2 px-4 w-full custom-button-colored leading-loose transition duration-200">
|
||||
Purchase a License Key
|
||||
Start 30-day free trial
|
||||
</div>
|
||||
<p className="mt-8 text-center text-white">After your trial ends in 30 days, you will be charged ${isMonthly ? "99.99" : "999.99"}, then ${isMonthly? "99.99" : "999.99"} every {isMonthly ? "month" : "year"}.</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue