@php $contactOptions = [ [ 'icon' => 'users', 'kicker' => 'Sales & demos', 'title' => 'Talk to a member of our team', 'copy' => 'Want to see Uzapoint in action or learn how it could grow your business? Our team of specialists are on hand to help.', 'cta' => 'Give us a call', 'href' => 'tel:+254704502414', 'image' => 'https://images.unsplash.com/photo-1687422809654-579d81c29d32?w=640&q=80&auto=format&fit=crop', 'image_alt' => 'African shop owner using her phone at a market stall', ], [ 'icon' => 'message-circle', 'kicker' => 'Customer care', 'title' => 'Need any help or support?', 'copy' => 'Whether you have questions, encounter issues, or simply want to share feedback, our dedicated support team is here for you.', 'cta' => 'Call support', 'href' => 'tel:+254704502414', 'image' => 'https://images.unsplash.com/photo-1687422808384-c896d0efd4ab?w=640&q=80&auto=format&fit=crop', 'image_alt' => 'African business owner receiving customer support on mobile', ], [ 'icon' => 'phone', 'kicker' => 'We call you', 'title' => 'Request a call back from our team', 'copy' => 'Want us to call you? We are happy to set up a conversation to discuss your needs. Fill out the form and we will get back to you asap.', 'cta' => 'Request a call back', 'href' => '#callback', 'image' => 'https://images.unsplash.com/photo-1761370571806-886404629697?w=640&q=80&auto=format&fit=crop', 'image_alt' => 'African retailer reviewing sales on a tablet at checkout', ], ]; @endphp

Choose the path that fits your need

Speak with sales, reach support directly, or send us your details and we will call you back.

@foreach ($contactOptions as $index => $option) @endforeach