Testimonial Selection: Choose testimonials that address common objections
Copy
// ❌ Bad Example - Generic praisequote="Great product, really enjoying it!"// ✅ Good Example - Addresses common concernquote="I was worried about the learning curve, but we had our entire team up and running in less than a day."
Author Credentials: Include relevant role and company information
Copy
// ❌ Bad Example - Missing contextauthor={{ name: "John Smith", role: "User", imageUrl: "/john.jpg",}}// ✅ Good Example - Complete contextauthor={{ name: "John Smith", role: "Lead Developer @Fortune500", imageUrl: "/john.jpg",}}
Social Proof: Include recognizable companies or achievements when possible
Copy
// ❌ Bad Example - Missing social proofauthor={{ name: "Jane Doe", role: "Developer",}}// ✅ Good Example - Includes social proofauthor={{ name: "Jane Doe", role: "Senior Developer @Google, Ex-Microsoft",}}
Assistant
Responses are generated using AI and may contain mistakes.
Testimonial Selection: Choose testimonials that address common objections
Copy
// ❌ Bad Example - Generic praisequote="Great product, really enjoying it!"// ✅ Good Example - Addresses common concernquote="I was worried about the learning curve, but we had our entire team up and running in less than a day."
Author Credentials: Include relevant role and company information
Copy
// ❌ Bad Example - Missing contextauthor={{ name: "John Smith", role: "User", imageUrl: "/john.jpg",}}// ✅ Good Example - Complete contextauthor={{ name: "John Smith", role: "Lead Developer @Fortune500", imageUrl: "/john.jpg",}}
Social Proof: Include recognizable companies or achievements when possible
Copy
// ❌ Bad Example - Missing social proofauthor={{ name: "Jane Doe", role: "Developer",}}// ✅ Good Example - Includes social proofauthor={{ name: "Jane Doe", role: "Senior Developer @Google, Ex-Microsoft",}}
Assistant
Responses are generated using AI and may contain mistakes.