The TestimonialSingle component allows you to display a single testimonial with an image, name, and text. Useful for showcasing customer testimonials on your website.

Usage

import { TestimonialSingle } from "@/components/turbostart/testimonial-single";

function Page() {
  return (
    <TestimonialSingle
      text="This app looks great"
      author={{
        name: "Author Name",
        image: "/link-to-image.jpg",
      }}
    />
  );
}

If you have any questions, please reach out to me on Twitter @checkerschaf. I’m happy to help!