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
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
|
@ -122,7 +122,17 @@ const FAQData = [
|
||||||
url: "https://support.dathere.com",
|
url: "https://support.dathere.com",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
question: "My question wasn't listed here. Where can I get support?",
|
||||||
|
answer: "You may request support on our support site by creating a ticket.",
|
||||||
|
links: [
|
||||||
|
{
|
||||||
|
label: "Contact support",
|
||||||
|
url: "https://support.dathere.com",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const FAQ = () => (
|
export const FAQ = () => (
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,14 @@ import { CheckArrowIcon } from "../assets/icons/CheckArrowIcon";
|
||||||
const pricingData = [
|
const pricingData = [
|
||||||
["Import spreadsheets up to 1MB",
|
["Import spreadsheets up to 1MB",
|
||||||
"Transform data with free recipes",
|
"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 free tools in Toolbox",
|
||||||
"Use qsv slice from Flow",
|
"Use qsv slice from Flow",
|
||||||
"Use qsv count and qsv slice in Configurator (experimental)",
|
"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",
|
["Import spreadsheets larger than 1MB",
|
||||||
"View extra statistics in the Workflow based on your file",
|
"View extra statistics in the Workflow based on your file",
|
||||||
|
|
@ -164,8 +167,9 @@ export const Pricing = () => {
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<div className="inline-block text-center py-2 px-4 w-full custom-button-colored leading-loose transition duration-200">
|
<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>
|
</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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue