From a5c33981a0e3a00fd57c8eac8f4aece65edfee83 Mon Sep 17 00:00:00 2001 From: Johannes Date: Wed, 2 Aug 2023 10:29:06 +0200 Subject: [PATCH] update pricing wording, add OSS friends API --- .../components/home/Features.tsx | 16 ++++++------ .../components/home/GitHubSponsorship.tsx | 2 +- .../components/shared/Footer.tsx | 2 +- .../components/shared/Pricing.tsx | 25 +++++++++++-------- apps/formbricks-com/pages/imprint.mdx | 11 +++++--- apps/formbricks-com/pages/oss-friends.tsx | 4 +-- 6 files changed, 34 insertions(+), 26 deletions(-) diff --git a/apps/formbricks-com/components/home/Features.tsx b/apps/formbricks-com/components/home/Features.tsx index 4ffb2ffa6a..6ef45f9657 100644 --- a/apps/formbricks-com/components/home/Features.tsx +++ b/apps/formbricks-com/components/home/Features.tsx @@ -2,18 +2,18 @@ import { CodeFileIcon, EyeIcon, HandPuzzleIcon } from "@formbricks/ui"; import HeadingCentered from "../shared/HeadingCentered"; const features = [ + { + id: "compliance", + name: "Smoothly Compliant", + description: "Use our GDPR-compliant Cloud or self-host the entire solution.", + icon: EyeIcon, + }, { id: "customizable", name: "Fully Customizable", description: "Full customizability and extendability. Integrate with your stack easily.", icon: HandPuzzleIcon, }, - { - id: "compliance", - name: "Smoothly Compliant", - description: "Self-host the entire product and fly through privacy compliance reviews.", - icon: EyeIcon, - }, { id: "independent", name: "Stay independent", @@ -27,9 +27,9 @@ export const Features: React.FC = () => {
    diff --git a/apps/formbricks-com/components/home/GitHubSponsorship.tsx b/apps/formbricks-com/components/home/GitHubSponsorship.tsx index e59ed548e9..a089c5b7dd 100644 --- a/apps/formbricks-com/components/home/GitHubSponsorship.tsx +++ b/apps/formbricks-com/components/home/GitHubSponsorship.tsx @@ -9,7 +9,7 @@ export const GitHubSponsorship: React.FC = () => { -
    +
    GitHub Sponsors Formbricks badgePrivacy-first Experience Management

    - © 2022. All rights reserved. + Formbricks GmbH © 2022. All rights reserved.
    Imprint | Privacy Policy |{" "} Terms | OSS Friends diff --git a/apps/formbricks-com/components/shared/Pricing.tsx b/apps/formbricks-com/components/shared/Pricing.tsx index db8869bfdd..dacb32dd4b 100644 --- a/apps/formbricks-com/components/shared/Pricing.tsx +++ b/apps/formbricks-com/components/shared/Pricing.tsx @@ -26,39 +26,39 @@ const tiers = [ href: "/docs/self-hosting/deployment", }, { - name: "Free", + name: "Cloud", href: "https://app.formbricks.com/auth/signup", priceMonthly: "$0", paymentRythm: "/month", button: "highlight", discounted: false, highlight: true, - description: "All Pro features included.", + description: "Start with the 'Free forever' plan.", features: [ "Unlimited surveys", - "Unlimited team members", - "Remove branding", - "Granular targeting", "In-product surveys", "Link surveys", + "Remove branding", + "Granular targeting", "30+ templates", "API access", - "Integrations (Slack, PostHog, Zapier)", + "Integrations (Zapier, Make, ...)", + "Unlimited team members", "100 responses per survey", ], - ctaName: "Start for free", + ctaName: "Get started", plausibleGoal: "Pricing_CTA_FreePlan", }, { - name: "Pro", + name: "Cloud Pro", href: "https://app.formbricks.com/auth/signup", priceMonthly: "$99", paymentRythm: "/month", button: "secondary", discounted: false, highlight: false, - description: "All features included. Unlimited usage.", - features: ["Unlimited responses per survey"], + description: "All features, unlimited usage.", + features: ["Everything in 'Cloud'", "Unlimited responses per survey"], ctaName: "Start for free", plausibleGoal: "Pricing_CTA_ProPlan", }, @@ -146,9 +146,12 @@ export default function Pricing() { {tier.ctaName} - {tier.name !== "Self-hosting" && ( + {tier.name == "Cloud Pro" && (

    No Creditcard required.

    )} + {tier.name == "Cloud" && ( +

    Free forever 🤍

    + )}
    ))} diff --git a/apps/formbricks-com/pages/imprint.mdx b/apps/formbricks-com/pages/imprint.mdx index 0557b392a1..ca9b590176 100644 --- a/apps/formbricks-com/pages/imprint.mdx +++ b/apps/formbricks-com/pages/imprint.mdx @@ -17,19 +17,24 @@ E-Mail: hola@formbricks.com ## EU dispute resolution -The European Commission provides a platform for online dispute resolution (OS): https://ec.europa.eu/consumers/odr.\ -You can find our e-mail address in the imprint above.\ -Consumer dispute resolution/universal dispute resolution body\ +The European Commission provides a platform for online dispute resolution (OS): https://ec.europa.eu/consumers/odr + +You can also reach out via the e-mail address in the imprint above. + +### Consumer dispute resolution/universal dispute resolution body + We are not willing or obliged to participate in dispute resolution proceedings before a consumer arbitration board. ## Liability for contents As a service provider, we are responsible for our own content on these pages in accordance with § 7 paragraph 1 TMG under the general laws. According to §§ 8 to 10 TMG, we are not obligated to monitor transmitted or stored information or to investigate circumstances that indicate illegal activity.\ + Obligations to remove or block the use of information under the general laws remain unaffected. However, liability in this regard is only possible from the point in time at which a concrete infringement of the law becomes known. If we become aware of any such infringements, we will remove the relevant content immediately. ## Liability for links Our offer contains links to external websites of third parties, on whose contents we have no influence. Therefore, we cannot assume any liability for these external contents. The respective provider or operator of the sites is always responsible for the content of the linked sites. The linked pages were checked for possible legal violations at the time of linking. Illegal contents were not recognizable at the time of linking.\ + However, a permanent control of the contents of the linked pages is not reasonable without concrete evidence of a violation of the law. If we become aware of any infringements, we will remove such links immediately. ## Copyright diff --git a/apps/formbricks-com/pages/oss-friends.tsx b/apps/formbricks-com/pages/oss-friends.tsx index 5e3d284d6a..9232636bb8 100644 --- a/apps/formbricks-com/pages/oss-friends.tsx +++ b/apps/formbricks-com/pages/oss-friends.tsx @@ -7,9 +7,9 @@ export default function OSSFriendsPage() { const [OSSFriends, setOSSFriends] = useState([]); useEffect(() => { - fetch("https://formbricks.com/api/oss-friends") + fetch("http://localhost:3001/api/oss-friends") .then((response) => response.json()) - .then((data) => setOSSFriends(data)); + .then((data) => setOSSFriends(data.data)); }, []); return (