'Restaurants', 'icon' => 'bi-cup-hot-fill'],
['name' => 'Plumbers', 'icon' => 'bi-wrench-adjustable-circle-fill'],
['name' => 'Salons', 'icon' => 'bi-scissors'],
['name' => 'Auto Repair', 'icon' => 'bi-car-front-fill'],
['name' => 'Home Services', 'icon' => 'bi-house-heart-fill'],
['name' => 'Pet Grooming', 'icon' => 'bi-heart-pulse-fill'], // Using a different icon as a placeholder
];
foreach ($categories as $category):
?>