<TestimonialWithStar />
The TestimonialWithStar
component is used to display a testimonial with star
rating.
Usage
import {TestimonialWithStar} from '@/app/(marketing)/components/sections/testimonial-with-star'
export default function Page() {
return <TestimonialWithStar />
}