Components

Ace Security

Security features section with trust badges and compliance highlights

Ace Security

Security features section with trust badges and compliance highlights.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-security

Usage

import { Security } from "@/components/vandoko/ace-security";

export default function Page() {
  return <Security />;
}

Features

  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

6 props
PropTypeDefaultDescription
className
string-
heading
string-
description
string-
ctaText
string-
ctaHref
string-
badges
AceSecurityBadge[]-

Lineage

PropertyValue
Source@aceternity/security
Version1.0.0
Curated2026-03-26
LicenseMIT

Modifications

  • oklch color conversion
  • Vandoko design token integration
  • Props interface extraction

On this page