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
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-aboutUsage
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
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
images | string[] | — | - |
paragraphs | string[] | — | - |
Dependencies
motion
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/about |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction