Login
Docs
Testimonial Medium

Testimonial Medium

A medium testimonial component with three testimonials in a row.

import { TestimonialMedium } from "@/components/landing/testimonial-medium";

Features can be added and updated in the testimonialsMedium array in config/landing.ts file.

Here is an example of a testimonial in the array:

{
    name: "Bhavik Agarwal",
    designation: "Product Manager",
    content: "The product has been a game-changer for our team. Highly recommended!",
}