ai powered soln hide from submenu

This commit is contained in:
2024-12-31 16:08:11 +05:30
parent 9e26f37bdf
commit 7a0f59b996

View File

@@ -74,8 +74,8 @@ $company_pages = ['company-about-uss', 'project-managementt', 'portfolioo'];
<div class="">
<a class="nav-link <?php echo ($current_page === 'product-development') ? 'active' : ''; ?>"
href="product-development.php">Product Development</a>
<a class="nav-link <?php echo ($current_page === 'ai-ml') ? 'active' : ''; ?>"
href="ai-ml.php">AI-Powered Solutions</a>
<!-- <a class="nav-link <?php echo ($current_page === 'ai-ml') ? 'active' : ''; ?>"
href="ai-ml.php">AI-Powered Solutions</a> -->
<a class="nav-link <?php echo ($current_page === 'app-modernization') ? 'active' : ''; ?>"
href="app-modernization.php">Application Modernization</a>
<a class="nav-link <?php echo ($current_page === 'ui-ux') ? 'active' : ''; ?>"