<TestimonialsThreeColumns />
The TestimonialsThreeColumns
component is used to display a section in a
three-column layout.
Usage
import {TestimonialsThreeColumns} from '@/app/(marketing)/components/sections/testimonials-three-columns'
export default function Page() {
return <TestimonialsThreeColumns />
}