From af0b1d230609f88ce9eb2c4564ad99b19269f380 Mon Sep 17 00:00:00 2001 From: justin Date: Sat, 6 Jun 2026 00:25:59 -0500 Subject: [PATCH] feat(site): wire TrustStrip site-wide (Base layout); fix homepage trust strip (SecurityHeaders A not A+) + add SOC2/HIPAA-PCI badges --- site/public/index.html | 2 +- site/src/components/TrustStrip.astro | 8 ++++++++ site/src/layouts/Base.astro | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) 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 -

Fixed pricing. No billable hours.

+

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

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 {
    +