diff --git a/bun.lockb b/bun.lockb index 15c2e30..48b346f 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/components/FAQ.jsx b/src/components/FAQ.jsx index edd690d..00b70ce 100644 --- a/src/components/FAQ.jsx +++ b/src/components/FAQ.jsx @@ -122,7 +122,17 @@ const FAQData = [ 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 = () => ( diff --git a/src/components/Pricing.jsx b/src/components/Pricing.jsx index 8b3bf13..85eeb21 100644 --- a/src/components/Pricing.jsx +++ b/src/components/Pricing.jsx @@ -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" >
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"}.