Components

Ace About

About section with motion/react animated team photo grid and company narrative

Ace About

About section with motion/react animated team photo grid and company narrative.

Preview
Open in
Loading preview...

Installation

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

Usage

import { About } from "@/components/vandoko/ace-about";

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

Features

  • Animated -- Smooth entrance and interaction animations via motion/react
  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

3 props
PropTypeDefaultDescription
className
string-
images
string[]-
paragraphs
string[]-

Dependencies

  • motion

Lineage

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

Modifications

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

On this page