@php $promoSlides = [ [ 'badge' => 'Launch Offer', 'title' => '10% Bonus on Your First Recharge', 'desc' => 'Top up your Fintech card for the first time and get 10% extra balance, on us.', 'cta' => 'Recharge Now', 'route' => 'recharge', 'image' => 'yatra-promo-recharge', ], [ 'badge' => 'Refer & Earn', 'title' => 'Invite Friends, Earn NPR 50 Each', 'desc' => 'Share your referral code — you and your friend both get a bonus when they ride.', 'cta' => 'View Rewards', 'route' => 'rewards', 'image' => 'yatra-promo-refer', ], [ 'badge' => 'Student Discount', 'title' => '20% Off With Your Student ID', 'desc' => 'Verified students save on every single trip, automatically.', 'cta' => 'Check Eligibility', 'route' => 'rewards', 'image' => 'yatra-promo-student', ], [ 'badge' => "What's New", 'title' => 'Get Notified the Instant You Tap In', 'desc' => 'Live push notifications now confirm every tap, in real time.', 'cta' => "See What's New", 'route' => 'whats-new', 'image' => 'yatra-promo-notify', ], ]; @endphp