@php $testimonials = [ ['name' => 'Sabina Gurung', 'role' => 'Daily Commuter, Kathmandu', 'img' => 11, 'text' => 'Fintech completely changed my daily commute. No more digging for exact change — just tap and go.', 'theme' => 'blue'], ['name' => 'Bikash Rai', 'role' => 'College Student', 'img' => 32, 'text' => 'The student discount is applied automatically. Recharging via eSewa takes less than a minute.', 'theme' => 'gold'], ['name' => 'Anjali Shrestha', 'role' => 'Working Professional', 'img' => 47, 'text' => 'Boarding is so much faster now. I love checking my trip history right in the app.', 'theme' => 'teal'], ['name' => 'Prakash Tamang', 'role' => 'Senior Citizen', 'img' => 15, 'text' => 'Simple to use, and the senior citizen fare concession is applied without any extra paperwork.', 'theme' => 'purple'], ]; @endphp

Testimonials

What Our Riders Say

@foreach ($testimonials as $t)
Rated 5 out of 5 stars @for ($i = 0; $i < 5; $i++) @endfor

“{{ $t['text'] }}”

{{ $t['name'] }}

{{ $t['name'] }}

{{ $t['role'] }}

@endforeach