diff --git a/apps/web/app/(site)/Footer.tsx b/apps/web/app/(site)/Footer.tsx index da240a896c0..3d41ad82620 100644 --- a/apps/web/app/(site)/Footer.tsx +++ b/apps/web/app/(site)/Footer.tsx @@ -155,7 +155,7 @@ const complianceBadges: { }, { label: "HIPAA", - status: "in progress", + status: "compliant", content: ( ( ))}

- SOC 2 Type II & ISO 27001 compliant · HIPAA in progress + SOC 2 Type II, ISO 27001 & HIPAA compliant

); diff --git a/apps/web/app/(site)/pricing/page.tsx b/apps/web/app/(site)/pricing/page.tsx index 5ec399d377c..60304c69959 100644 --- a/apps/web/app/(site)/pricing/page.tsx +++ b/apps/web/app/(site)/pricing/page.tsx @@ -5,7 +5,7 @@ import { buildMarketingMetadata } from "@/lib/og/url"; export const metadata: Metadata = buildMarketingMetadata({ title: "Pricing — Cap", description: - "Simple, flexible pricing. Cap Pro includes unlimited cloud sharing, team features, and SOC 2 Type II & ISO 27001 compliance, with a Desktop License for unlimited local recording and editing.", + "Simple, flexible pricing. Cap Pro includes unlimited cloud sharing, team features, and SOC 2 Type II, ISO 27001 & HIPAA compliance, with a Desktop License for unlimited local recording and editing.", path: "/pricing", ogTitle: "Simple, transparent pricing", ogTag: "Pricing", diff --git a/apps/web/components/UpgradeModal.tsx b/apps/web/components/UpgradeModal.tsx index 6653cf9788c..9fc81bf0f92 100644 --- a/apps/web/components/UpgradeModal.tsx +++ b/apps/web/components/UpgradeModal.tsx @@ -141,7 +141,7 @@ const UpgradeModalImpl = ({ }, { icon: , - title: "SOC 2 Type II & ISO 27001", + title: "SOC 2, ISO 27001 & HIPAA", description: "Independently audited security & compliance", }, ]; diff --git a/apps/web/components/pages/FaqPage.tsx b/apps/web/components/pages/FaqPage.tsx index 33f6a668df8..7f9401aec50 100644 --- a/apps/web/components/pages/FaqPage.tsx +++ b/apps/web/components/pages/FaqPage.tsx @@ -45,12 +45,21 @@ const faqContent: FaqItem[] = [ { title: "Is Cap SOC 2 compliant?", answer: - "Yes. Cap is SOC 2 Type II and ISO 27001 compliant. You can request our reports and view our security practices in Cap's Trust Portal.", + "Yes. Cap is SOC 2 Type II, ISO 27001, and HIPAA compliant. You can request our reports and view our security practices in Cap's Trust Portal.", link: { text: "Visit the Trust Portal", href: "https://trust.cap.so", }, }, + { + title: "Is Cap HIPAA compliant?", + answer: + "Yes. Cap is fully HIPAA compliant. We sign Business Associate Agreements (BAAs) with organizations handling protected health information, and every vendor in Cap's production infrastructure is covered by a BAA. For even more control, you can bring your own storage or self-host Cap entirely.", + link: { + text: "Learn about HIPAA-compliant recording", + href: "/hipaa-compliant-screen-recording", + }, + }, { title: "Is there a commercial license available?", answer: diff --git a/apps/web/components/pages/HomePage/Header.tsx b/apps/web/components/pages/HomePage/Header.tsx index 9eb1b93007e..f6010638dcd 100644 --- a/apps/web/components/pages/HomePage/Header.tsx +++ b/apps/web/components/pages/HomePage/Header.tsx @@ -222,15 +222,13 @@ const Header = ({ serverHomepageCopyVariant = "" }: HeaderProps) => {
New · - Cap is now SOC 2 - Type II & ISO - 27001 certified + Cap is now HIPAA compliant