Skip to content

Testimonials

ShipFast includes six testimonial display variants to suit different layouts.

Variants

ComponentDescription
TestimonialSmallCompact single quote with avatar
TestimonialSingleFull-width single featured testimonial
TestimonialTripleThree testimonials side by side
TestimonialGridGrid of multiple testimonials
TestimonialAvatarTestimonial with prominent avatar photo
RatingStar rating display with count

Usage

javascript
// Pick the variant that fits your layout
import TestimonialTriple from "@/components/TestimonialTriple";
import TestimonialSingle from "@/components/TestimonialSingle";
import Rating from "@/components/Rating";

<TestimonialTriple />
<TestimonialSingle />
<Rating />

Customization

Edit the testimonial data arrays inside each component file. Each testimonial typically includes:

  • name — Reviewer name
  • role — Title or context ("Founder of X")
  • text — The testimonial quote
  • img — Avatar image (use a hosted image or /public file)

Social Proof Tips

  • Offer your product free to a few people in exchange for genuine testimonials
  • Specific results convert better: "Saved 4 hours per week" beats "Very useful"
  • Use real names and photos — anonymous testimonials have less credibility
  • Place testimonials near your pricing section

See Also