From bbe8916944e41dd4f4feddf311c004552ff8e2f1 Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 11 Sep 2025 18:20:04 -0400 Subject: [PATCH] fix(website): clarify pentest report (#10332) It needs to be clarified that we do not provide these services and instead offer only our reports. --------- Signed-off-by: Jamil Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- website/src/app/pricing/_page.tsx | 4 +--- website/src/app/pricing/plan_table.tsx | 9 ++++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/website/src/app/pricing/_page.tsx b/website/src/app/pricing/_page.tsx index 55dd90364..757b1113d 100644 --- a/website/src/app/pricing/_page.tsx +++ b/website/src/app/pricing/_page.tsx @@ -2,7 +2,6 @@ import { CustomerLogosColored } from "@/components/CustomerLogos"; import Toggle from "@/components/Toggle"; -import { HiCheck } from "react-icons/hi2"; import Link from "next/link"; import PlanTable from "./plan_table"; import { useState } from "react"; @@ -11,7 +10,6 @@ import { FaCheck, FaCircleCheck } from "react-icons/fa6"; export default function _Page() { let [annual, setAnnual] = useState(true); - let teamPrice: string; return ( <> @@ -287,7 +285,7 @@ export default function _Page() {
  • - 40-hour pentest & SOC 2 reports + Access to our SOC2 and pentest reports
  • diff --git a/website/src/app/pricing/plan_table.tsx b/website/src/app/pricing/plan_table.tsx index 174d3b973..8f8739aac 100644 --- a/website/src/app/pricing/plan_table.tsx +++ b/website/src/app/pricing/plan_table.tsx @@ -1,6 +1,5 @@ import Tooltip from "@/components/Tooltip"; import { FaCheck } from "react-icons/fa6"; -import { useEffect } from "react"; import Link from "next/link"; export default function PlanTable() { @@ -468,8 +467,8 @@ export default function PlanTable() { - - Compliance reports + + Firezone service compliance reports — @@ -478,8 +477,8 @@ export default function PlanTable() { - - Pentest reports + + Firezone service pentest reports