Skip to content

<TestimonialWithStar />

The TestimonialWithStar component is used to display a testimonial with star rating.

TestimonialWithStar

Usage

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