Components

Ace Featured Testimonials

Featured testimonial cards with large pull quote and author attribution

Ace Featured Testimonials

Featured testimonial cards with large pull quote and author attribution.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-featured-testimonials

Usage

import { AceFeaturedTestimonials } from "@/components/vandoko/ace-featured-testimonials";

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

Features

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

Props

2 props
PropTypeDefaultDescription
items
FeaturedPerson[]-
className
string-

Lineage

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

Modifications

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

On this page