import { TestimonialCardMetadata } from '../../molecules/testimonial-card/types'; /** * Configuration for the testimonial carousel component. */ export interface TestimonialCarouselMetadata { /** Array of testimonial cards to display */ cards: TestimonialCardMetadata[]; }