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 <jamilbk@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jamil
2025-09-11 18:20:04 -04:00
committed by GitHub
parent 1f130ad562
commit bbe8916944
2 changed files with 5 additions and 8 deletions

View File

@@ -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() {
<li className="flex space-x-2.5">
<FaCheck className="mt-0.5 flex-shrink-0 text-primary-450 w-4 h-4" />
<span className="leading-tight">
40-hour pentest &amp; SOC 2 reports
Access to our SOC2 and pentest reports
</span>
</li>
<li className="flex space-x-2.5">

View File

@@ -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() {
</tr>
<tr className="border-b border-1 border-neutral-200">
<td className="gmx-1 py-4">
<Tooltip content="Independent audit reports for compliance with industry standards">
Compliance reports
<Tooltip content="Independent audit reports of Firezone's service for compliance with industry standards">
Firezone service compliance reports
</Tooltip>
</td>
<td className="font-semibold gmx-1 py-4 text-center">&#8212;</td>
@@ -478,8 +477,8 @@ export default function PlanTable() {
</tr>
<tr className="border-b border-1 border-neutral-200">
<td className="gmx-1 py-4">
<Tooltip content="Penetration testing for security vulnerabilities conducted by a third party firm">
Pentest reports
<Tooltip content="Penetration testing for security vulnerabilities in Firezone's service conducted by a third party firm">
Firezone service pentest reports
</Tooltip>
</td>
<td className="font-semibold gmx-1 py-4 text-center">&#8212;</td>