Files
rootxwire1/src/data/Software/services.json
2025-06-23 17:02:45 +05:30

86 lines
2.9 KiB
JSON

[
{
"icon": "/assets/img/icons/serv_icons/5.png",
"title": "Cloud Computing",
"details": "Scalable cloud solutions including compute, storage, and networking services for your business needs.",
"link": "/services/details?service=cloud",
"subServices": [
{
"title": "Infrastructure as a Service (IaaS)",
"description": "Virtualized computing resources, storage, and networking on demand"
},
{
"title": "Platform as a Service (PaaS)",
"description": "Development and deployment platforms in the cloud"
},
{
"title": "Software as a Service (SaaS)",
"description": "Cloud-based software applications and services"
},
{
"title": "Cloud Migration",
"description": "Seamless transition of applications and data to the cloud"
},
{
"title": "Cloud Security",
"description": "Comprehensive security solutions for cloud infrastructure"
}
]
},
{
"icon": "/assets/img/icons/serv_icons/8.png",
"title": "Application Development",
"details": "Comprehensive development services for web, mobile (Android/iOS), and IoT applications.",
"link": "/services/details?service=app-dev",
"subServices": [
{
"title": "Web Application Development",
"description": "Custom web applications using modern frameworks and technologies"
},
{
"title": "Mobile App Development",
"description": "Native and cross-platform mobile applications for iOS and Android"
},
{
"title": "IoT Solutions",
"description": "Connected device applications and IoT platform development"
},
{
"title": "API Development",
"description": "RESTful and GraphQL API design and implementation"
},
{
"title": "DevOps & CI/CD",
"description": "Automated deployment and continuous integration pipelines"
}
]
},
{
"icon": "/assets/img/icons/serv_icons/1.png",
"title": "AI & Machine Learning",
"details": "Advanced AI solutions including machine learning, computer vision, and natural language processing.",
"link": "/services/details?service=ai",
"subServices": [
{
"title": "Machine Learning Solutions",
"description": "Custom ML models and predictive analytics systems"
},
{
"title": "Computer Vision",
"description": "Image and video analysis applications"
},
{
"title": "Natural Language Processing",
"description": "Text analysis, chatbots, and language understanding systems"
},
{
"title": "Deep Learning",
"description": "Neural network solutions for complex problems"
},
{
"title": "AI Integration",
"description": "Seamless integration of AI capabilities into existing systems"
}
]
}
]