import type { BlockConfig } from '@/core/types/blocks' export const config: Omit = { slug: 'testimonials', name: 'Testimonials', description: 'Display customer testimonials with quotes, authors, and avatars', category: 'testimonials', icon: 'Quote', thumbnail: '/theme/blocks/testimonials/thumbnail.png' }