Components

Ace Hero Animated

Animated hero section with CSS keyframe effects and gradient headline

Ace Hero Animated

Animated hero section with CSS keyframe effects and gradient headline.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-hero-animated

Usage

import { AceHeroAnimated } from "@/components/vandoko/ace-hero-animated";

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

Features

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

Props

4 props
PropTypeDefaultDescription
className
string-
title
React.ReactNode-
description
string-
children
React.ReactNode-

Lineage

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

Modifications

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

On this page