card-testimonial.tsx

src/components/card-testimonial.tsx
import { Paragraph } from '@/components/paragraph'
import { Heading } from '@/components/heading'
import { Image } from '@/components/image'
interface CardTestimonialProps {
name: string
title: string
review: string
/** Optional profile headshot image URL */
image?: string
}
export function CardTestimonial({
name,
title,
review,
image,
}: CardTestimonialProps) {
return (
<div className="bg-body rounded-lg p-5 border border-accent5 shadow-sm flex flex-col h-full">

Showing the first 20 lines.

Get full code

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC