count($all_projects), 'web' => count(array_filter($all_projects, fn($p) => $p['category'] === 'web')), 'mobile' => count(array_filter($all_projects, fn($p) => $p['category'] === 'mobile')), 'desktop' => count(array_filter($all_projects, fn($p) => $p['category'] === 'desktop')), 'design' => count(array_filter($all_projects, fn($p) => $p['category'] === 'design')) ]; function getCategoryBadge($category) { $badges = [ 'web' => ['label' => 'Web Development', 'class' => 'bg-primary'], 'mobile' => ['label' => 'Mobile App', 'class' => 'bg-success'], 'desktop' => ['label' => 'Desktop App', 'class' => 'bg-info'], 'design' => ['label' => 'UI/UX Design', 'class' => 'bg-warning'] ]; return $badges[$category] ?? ['label' => ucfirst($category), 'class' => 'bg-secondary']; } ?>

Our Portfolio

Showcasing innovative solutions and successful projects that drive business growth

Total Projects
Featured
Web Projects
Mobile Apps
0): ?>
$project): ?>
<?php echo esc($project['title']); ?>
View Live

4): ?> + more
View Project

No Projects Found

Try adjusting your filters or search terms. No projects have been added yet. Check back soon!