TestimonialProps

import { type TestimonialProps} from '@/components/blocks/types.ts';
export type TestimonialProps = {
    person: PersonProps,
    content: string,
    image?: ImageProps,
}