diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx index bfa12a5..d038834 100644 --- a/src/pages/pricing.tsx +++ b/src/pages/pricing.tsx @@ -10,6 +10,7 @@ import CTA from "~/components/CTA"; import VideoRecordModal from "~/components/VideoRecordModal"; import { usePostHog } from "posthog-js/react"; import { signIn } from "next-auth/react"; +import Link from "next/link"; export default function Pricing() { const [billedAnnually, setBilledAnnually] = useState(true); @@ -65,44 +66,9 @@ export default function Pricing() { -
+
{[ - { - name: "Free", - price: { monthly: "$0", annual: "$0" }, - features: [ - { - feature: "Unlimited recording", - description: - "Make unlimited recordings of your tab, desktop, and any application.", - included: true, - }, - { - feature: "Limited video library", - description: - "Store up to 10 recorded videos in your Snapify library.", - included: true, - }, - { - feature: "Video download", - description: - "Download your recorded videos for offline viewing or sharing with others.", - included: true, - }, - { - feature: "External video upload", - description: - "Upload videos recorded using other tools or platforms to your Snapify library.", - included: false, - }, - { - feature: "Custom branding", - description: "Remove Snapify branding from your videos.", - included: false, - }, - ], - }, { name: "Pro", price: { monthly: "$10", annual: "$8" }, @@ -188,6 +154,32 @@ export default function Pricing() {
))} +
+
+
+ Enterprise +
+
+ Custom +
+
+ Contact us for a custom quote and a custom onboarding process. +
+
+ + posthog?.capture("clicked contact enterprise plan") + } + className="btn mt-4 block w-full appearance-none rounded-lg bg-black px-4 py-2.5 text-center text-sm font-medium text-white shadow-lg shadow-black/50 duration-100 focus:outline-transparent disabled:opacity-80" + > + Contact + +
+