[
{
seed_id: 'approved-founder',
kind: 'text',
body: 'We call testimonial_prompt! after a customer completes onboarding, when the value is still ' \
'fresh. The prompt feels earned, and the quotes are much more specific than the ones we used ' \
'to request by email.',
best_line: 'Ask after a real success moment and the quotes become specific.',
rating: 5,
status: 'approved',
featured: true,
consent_given: true,
consent_text: 'You can use my testimonial publicly in your marketing and sales.',
name: 'Maya Chen',
email: 'maya@example.com',
title_company: 'Founder, Demo CRM',
source: 'widget',
page_url: '/onboarding/complete',
locale: 'en'
},
{
seed_id: 'pending-operator',
kind: 'text',
body: 'This response has public consent, but it is still pending. That separation gives our team a ' \
'chance to verify the quote, choose a best line, and approve it before anything appears on the ' \
'wall of love.',
rating: 4,
status: 'pending',
featured: false,
consent_given: true,
consent_text: 'You can use my testimonial publicly in your marketing and sales.',
name: 'Jon Bell',
email: 'jon@example.com',
title_company: 'Operations Lead, Example Co',
source: 'nps',
page_url: '/reports',
locale: 'en'
},
{
seed_id: 'private-archive',
kind: 'text',
body: 'I am happy for the team to keep this feedback internally, but I did not consent to public ' \
'use. Archiving it keeps the learning without making it publishable.',
rating: 3,
status: 'archived',
featured: false,
consent_given: false,
consent_text: 'You can only use my testimonial privately in your marketing and sales.',
name: 'Priya Rao',
email: 'priya@example.com',
title_company: 'Customer Success, SampleOps',
source: 'page',
page_url: '/testimonials/new',
locale: 'en'
},
{
seed_id: 'approved-video',
kind: 'video',
body: 'The attached clip is intentionally generic demo media. It proves the upload, review, and ' \
'protected playback path; replace it with a real customer recording before using this record ' \
'anywhere public.',
best_line: 'Video follows the same consent and approval workflow as text.',
rating: 5,
status: 'approved',
featured: true,
consent_given: true,
consent_text: 'You can use my testimonial publicly in your marketing and sales.',
name: 'Alex Rivera',
email: 'alex@example.com',
title_company: 'Head of Product, Demo Video Co',
source: 'page',
page_url: '/testimonials/new',
locale: 'en'
}
].freeze