SingleTestimonial
A single testimonial component.
testimonial (required)
Section titled “testimonial (required)”type: string
The testimonial text or quote from the customer.
customer (required)
Section titled “customer (required)”type: object
Information about the customer who provided the testimonial.
Properties:
img(string, required): The URL or path to the customer’s imagename(string, required): The customer’s nameposition(string, required): The customer’s job title or position
Example
Section titled “Example”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", }}/>