Trust Signals Showcase

All conversion-optimized trust signal components in one place

1. Client Logos Component

Scrolling marquee with Canadian client highlighting and grayscale-to-color hover effect

Trusted by leading enterprises across Canada and North America

2. Stats Counter Component

Animated count-up on scroll with large, impactful numbers

99.9%
Uptime SLA

Enterprise-grade reliability and performance

70%
Average Cost Reduction

Intelligent resource optimization and model routing

10x
Faster Deployment

From months to weeks with pre-built templates

3. Testimonial Cards

Customer testimonials with video support, star ratings, and Canadian flags

No testimonials configured yet.

4. Case Study Previews

Problem → Solution → Results structure with quantifiable metrics

No case studies configured yet.

5. Security Badges

Enterprise certifications with verification links

Enterprise-Grade Security & Compliance

Built for regulated industries with world-class security standards

SOC

SOC 2 Type II

Audited security controls and compliance

Verify Certification →
Canadian

Canadian Data Residency

All data stored in Canadian data centers

Verify Certification →
ISO

ISO 27001

International information security standard

Verify Certification →
PIPEDA

PIPEDA Compliant

Canadian privacy law compliance

GDPR

GDPR Compliant

European data protection compliance

99.9%

99.9% Uptime SLA

Enterprise-grade reliability guarantee

Verify Certification →

6. Team Member Profiles (E-E-A-T)

Showcase expertise, credentials, and authority for SEO and trust

CJ Elliott

CJ Elliott

CEO & Founder

Founder of ElystrumCore. Building AI-driven infrastructure intelligence for Canadian enterprise.

Expertise

AI infrastructureMulti-agent orchestrationEnterprise architectureProduct strategy

Implementation Guide

How to use these components in your pages

1. Import Components

import { ClientLogos } from '@/components/trust/ClientLogos'
import { StatsCounter } from '@/components/trust/StatsCounter'
import { TestimonialCard } from '@/components/trust/TestimonialCard'
import { CaseStudyPreview } from '@/components/trust/CaseStudyPreview'
import { SecurityBadges } from '@/components/trust/SecurityBadges'
import { TeamMember } from '@/components/trust/TeamMember'
import trustSignalsData from '@/data/trustSignals.json'

2. Use in Your Pages

<ClientLogos
  clients={trustSignalsData.clients}
  autoScroll={true}
  grayscaleDefault={true}
/>

<StatsCounter
  stats={trustSignalsData.stats}
  layout="horizontal"
  animateOnScroll={true}
/>

3. Customize Data

Edit src/data/trustSignals.json to add your own clients, testimonials, case studies, and team members.