Skip to content

SingleTestimonial

A single testimonial component.

type: string

The testimonial text or quote from the customer.

type: object

Information about the customer who provided the testimonial.

Properties:

  • img (string, required): The URL or path to the customer’s image
  • name (string, required): The customer’s name
  • position (string, required): The customer’s job title or position
import { SingleTestimonial } from "@dlcastillop/starlight-marketing-components";
<SingleTestimonial
testimonial="These components have transformed our development process. Highly recommended!"
customer={{
img: "/daniel-castillo.png",
name: "Daniel Castillo",
position: "Software Engineer",
}}
/>