Skip to content

<TestimonialCentered />

The TestimonialCentered component is used to display a testimonial in a centered layout.

TestimonialCentered

Usage

import {TestimonialCentered} from '@/app/(marketing)/components/sections/testimonial-centered'
 
export default function Page() {
  return <TestimonialCentered />
}