{{-- Testimonials · big featured quote (Priya · Bloomly) + 2 stacked small quotes (G2 / Capterra) + 4-tile ratings strip. --}}
09
{{ fc('testimonials.eyebrow_text', __('Customers')) }}
{{ fc('testimonials.label', __('Stories & reviews')) }}
{{ fc('testimonials.meta1', 'G2 · 4.9') }}· {{ fc('testimonials.meta2', 'Capterra · 4.8') }}· {{ fc('testimonials.meta3', __('net retention 142%')) }}

{!! fc( 'testimonials.headline', __('Teams that') . ' ' . __('replaced four tools') . '
' . __('with :brand.', ['brand' => brand_name()]), ) !!}

{{-- featured big quote --}}

{!! fc( 'testimonials.feat_quote', __('We replaced AiSensy, Klaviyo, Freshdesk, and a Zapier mess. Read rates jumped from 19% on email to') . ' ' . __('86% on WhatsApp') . ' — ' . __('and agents reply 3× faster. CFO is happy.'), ) !!}

{{ fc('testimonials.feat_initials', 'PR') }}
{{ fc('testimonials.feat_author', 'Priya Ramaswamy') }}
{{ fc('testimonials.feat_role', __('Head of CX, Bloomly Flowers · Mumbai')) }}
{{ fc('testimonials.feat_stat', '+38%') }}
{{ fc('testimonials.feat_stat_label', __('repeat orders')) }}
{{-- two stacked small quotes --}}
{{ fc('testimonials.quote1_rating', '★★★★★ · G2') }}

"{{ fc('testimonials.quote1_text', __('AI Flow Generation is unreasonably good. Described our cart-abandon flow in one sentence — got a 14-node graph in 2 seconds. Saved a week.')) }}"

{{ fc('testimonials.quote1_author', 'Dario Kowalski') }}
{{ fc('testimonials.quote1_role', 'CTO, Ridgewell · Berlin') }}
{{ fc('testimonials.quote2_rating', '★★★★★ · Capterra') }}

"{{ fc('testimonials.quote2_text', __('Migrated from Wati in 3 days. White-glove team imported 11k contacts, 38 templates, 22 flows — zero downtime.')) }}"

{{ fc('testimonials.quote2_initials', 'LO') }}
{{ fc('testimonials.quote2_author', 'Lina Okafor') }}
{{ fc('testimonials.quote2_role', 'Ops Lead, Marigold · Lagos') }}
{{-- 4-tile ratings strip --}}
@foreach ([[fc('testimonials.tile1_label', __('G2 rating')), fc('testimonials.tile1_val', '4.9'), fc('testimonials.tile1_suffix', '/5'), fc('testimonials.tile1_sub', '3,128 ' . __('reviews'))], [fc('testimonials.tile2_label', 'Capterra'), fc('testimonials.tile2_val', '4.8'), fc('testimonials.tile2_suffix', '/5'), fc('testimonials.tile2_sub', '1,090 ' . __('reviews'))], [fc('testimonials.tile3_label', 'CSAT'), fc('testimonials.tile3_val', '96'), fc('testimonials.tile3_suffix', '%'), fc('testimonials.tile3_sub', '12,400 ' . __('ratings'))], [fc('testimonials.tile4_label', __('Net retention')), fc('testimonials.tile4_val', '142'), fc('testimonials.tile4_suffix', '%'), fc('testimonials.tile4_sub', '12 ' . __('months'))]] as [$label, $val, $suffix, $sub])
{{ $label }}
{{ $val }}{{ $suffix }}
{{ $sub }}
@endforeach