@foreach([
['Sales', route('book-demo'), 'Book a Demo', 'For new customers looking to evaluate PhyloPOS for their restaurant or retail business.', 'trending-up'],
['Support', 'mailto:' . config('phylopos.company.support_email'), config('phylopos.company.support_email'), 'For existing customers — implementation, technical, and operational queries.', 'shield'],
['Phone', 'tel:' . str_replace(' ', '', config('phylopos.company.phone')), config('phylopos.company.phone'), 'Monday–Saturday, 9AM–7PM IST.', 'phone'],
['Location', '#', config('phylopos.company.address'), 'Serving India and select international markets.', 'map-pin'],
] as [$label, $href, $text, $desc, $icon])
@endforeach