src/components/card-testimonial-3.tsximport { Paragraph } from '@/components/paragraph'import { Heading } from '@/components/heading'import { Label } from '@/components/label'import { Icon } from '@/components/icon'import { Image } from '@/components/image'import starIcon from '@iconify/icons-heroicons/star-solid'interface CardTestimonial3Props {name: stringtitle: stringreview: stringrating?: number/** Optional profile headshot image URL */image?: string}export function CardTestimonial3({name,title,review,
Showing the first 20 lines.
Get full code