@php
$testimonials = [
[
'name' => 'Sara Ahmed',
'company' => 'Ahmed Logistics LLC',
'text' => 'Texora made my USA LLC formation surprisingly simple. Their team handled everything from EIN to banking setup while I focused on my customers.',
'avatar' => 'SA',
'color' => 'linear-gradient(135deg, #2563EB, #10B961)'
],
[
'name' => 'Usman Tariq',
'company' => 'CloudScale Technologies',
'text' => 'The compliance support in Pakistan is unparalleled. From NTN registration to monthly sales tax filings, Texora is our trusted legal partner.',
'avatar' => 'UT',
'color' => 'linear-gradient(135deg, #10B961, #00E0A4)'
],
[
'name' => 'Elena Rodriguez',
'company' => 'Glow Creative Studio',
'text' => 'Moving my UK LTD was a breeze. They handled the registered address and Companies House filings with absolute precision. Highly recommended.',
'avatar' => 'ER',
'color' => 'linear-gradient(135deg, #D946EF, #C026D3)'
]
];
@endphp
@foreach($testimonials as $item)
@endforeach