Skip to content

<TestimonialsThreeColumns />

The TestimonialsThreeColumns component is used to display a section in a three-column layout.

TestimonialsThreeColumns

Usage

import {TestimonialsThreeColumns} from '@/app/(marketing)/components/sections/testimonials-three-columns'
 
export default function Page() {
  return <TestimonialsThreeColumns />
}