TestimonialSingle
page.tsx
import TestimonialSingle from '@/components/TestimonialSingle';

Properties

rating
number
default: "5"

The star rating to display (1-5).

review
Review

An object containing the review details (name, quote, image, title).

Usage

example.tsx
<TestimonialSingle rating={4} />

Remember to obtain permission to use the testimonial and image, and ensure that the content accurately represents the customer’s experience with your product or service.

If you need basic components like buttons, inputs, and more, they are available with Shadcn UI.