// Home.jsx — Verigo Global homepage
const { V: VC, MAXW: MW, FONT: FT } = window;
const HERO_FRAMEWORKS = ['ISO 27001', 'ISO 42001', 'SOC 2', 'CMMC 2.0', 'HITRUST', 'CMMI', 'NIST'];
const SERVICE_LINES = [
{ icon: 'search', overline: 'Assess', title: 'Readiness Assessments', desc: 'Gap analysis against your chosen framework, risk scoring, and a prioritized remediation roadmap — delivered as an independent report.', dest: 'services' },
{ icon: 'layers', overline: 'Implement', title: 'Implementation Toolkits', desc: 'A practitioner-led program to close the gaps: policy development, control implementation, awareness programs, and evidence procedures.', dest: 'toolkits' },
{ icon: 'clipboard', overline: 'Prepare', title: 'Pre-Audit Preparation', desc: 'Mock internal audits, evidence collection support, and auditor-readiness coaching that lift first-time certification pass rates.', dest: 'services' },
{ icon: 'shield', overline: 'Certify', title: 'Formal Audits', desc: 'Independent certification and attestation audits conducted by Verigo Global credentialed auditors, with findings management.', dest: 'services' }];
const HomeHero = ({ onNav }) =>
Information Security Compliance Consulting
Compliance by Design.
We don't just audit. We partner with IT contractors to embed recognized security frameworks into daily operations — replacing reactive, audit-driven compliance with continuous, designed-in assurance.
onNav('contact')}>Start a Conversation onNav('services')}>Explore Services
Most IT contractors treat compliance as an event. We make it a state.
Rather than documenting existing processes to fit a framework, we work with your leadership to redesign processes so that framework requirements are met as a natural outcome of daily operations. Evidence exists because the process generates it — not because it was collected for the auditor.
onNav('about')}>How Compliance by Design works
{[
['gauge', 'Controls that are operational, not performative', 'Evidence is a by-product of how you work.'],
['refresh', 'Audit-ready at all times', 'Not just in the months before a review.'],
['trending', 'Lower total cost of compliance', 'Maintenance burden falls when controls are embedded.'],
['lock', 'A stronger security posture', 'Designed-in controls are applied more consistently.']].
map(([icon, t, d], i) =>
{t}
{d}
)}
;
const HomeServices = ({ onNav }) =>
The compliance lifecycle
Four interconnected services, one path to certification.
);
};
// Reuses STANDARDS data from Standards.jsx
const HomeStandards = ({ onNav }) =>
Every major standard. One trusted partner.>}
sub="From a single ISO 27001 certification to a full multi-framework program — supported by cross-framework control mapping that lets you share evidence and reduce duplicated effort." />
{[
['layers', 'Full lifecycle coverage', 'Readiness through formal audit under one roof — no coordination overhead of juggling multiple providers.'],
['network', 'Multi-framework expertise', 'Need ISO 27001 and CMMC and NIST? Work with a single partner instead of managing three separate firms.'],
['award', '20+ years per practitioner', 'Engagements delivered by senior practitioners certified as CISSP, CISM, ISO 27001 Lead Auditor, CMMC CCA, and more.'],
['globe', 'Global-local model', 'Local practitioners in each of four markets, working to one consistent methodology and quality standard.'],
['compass', 'Compliance by Design', 'We embed frameworks into operations, creating sustainable compliance rather than point-in-time certification.'],
['handshake', 'Partnership over transaction', 'Multi-year relationships built on independent, honest assessment — not one-time engagements.']].
map(([icon, t, d], i) =>