first commit
This commit is contained in:
86
src/data/Software/services.json
Normal file
86
src/data/Software/services.json
Normal file
@ -0,0 +1,86 @@
|
||||
[
|
||||
{
|
||||
"icon": "/assets/img/icons/serv_icons/cloud.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/app.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/ai.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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user