mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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:
@@ -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 & SOC 2 reports
|
||||
Access to our SOC2 and pentest reports
|
||||
</span>
|
||||
</li>
|
||||
<li className="flex space-x-2.5">
|
||||
|
||||
@@ -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">—</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">—</td>
|
||||
|
||||
Reference in New Issue
Block a user