diff --git a/site/public/index.html b/site/public/index.html index 1c95da3..1ba2572 100644 --- a/site/public/index.html +++ b/site/public/index.html @@ -16,7 +16,7 @@ View services See pricing Free contractor quiz -
New DOT / FMCSA Motor Carrier Compliance Services
MCS-150 updates, BOC-3 filing, UCR registration, operating authority — free compliance check

Five areas of compliance expertise

Fixed pricing. No billable hours.

+

New DOT / FMCSA Motor Carrier Compliance Services
MCS-150 updates, BOC-3 filing, UCR registration, operating authority — free compliance check
SSL Secured 256-bit encryption
A+
SSL Labs Qualys rated
A
Security Headers A rated
Google Safe No threats found
SOC 2 Type II Compliant hosting
HIPAA · PCI Compliant TLS
Stripe Secure payments
Satisfaction 100% guaranteed
Trustpilot Read reviews
Google Reviews
Visa Mastercard American Express Discover
Bitcoin Ethereum USDC USDT Litecoin
ACH

Five areas of compliance expertise

Fixed pricing. No billable hours.

Unlike firms that charge $300-$600/hour with no cost certainty, Performance West offers fixed-price compliance services with defined deliverables and turnaround times. You know exactly what you're getting and what it costs before we start. diff --git a/site/src/components/TrustStrip.astro b/site/src/components/TrustStrip.astro index 1d539d1..48f3cde 100644 --- a/site/src/components/TrustStrip.astro +++ b/site/src/components/TrustStrip.astro @@ -62,6 +62,14 @@ const compact = variant === "compact"; Compliant data center

+ +
  • + +
    + HIPAA · PCI DSS + Compliant TLS (ImmuniWeb) +
    +
  • diff --git a/site/src/layouts/Base.astro b/site/src/layouts/Base.astro index 911827f..373ed30 100644 --- a/site/src/layouts/Base.astro +++ b/site/src/layouts/Base.astro @@ -5,6 +5,7 @@ import { readFileSync } from "fs"; import { resolve } from "path"; +import TrustStrip from "../components/TrustStrip.astro"; export interface Props { title: string; @@ -62,5 +63,6 @@ try {
    +