Appearance
Testimonials
ShipFast includes six testimonial display variants to suit different layouts.
Variants
| Component | Description |
|---|---|
TestimonialSmall | Compact single quote with avatar |
TestimonialSingle | Full-width single featured testimonial |
TestimonialTriple | Three testimonials side by side |
TestimonialGrid | Grid of multiple testimonials |
TestimonialAvatar | Testimonial with prominent avatar photo |
Rating | Star 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 namerole— Title or context ("Founder of X")text— The testimonial quoteimg— Avatar image (use a hosted image or/publicfile)
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