| 1234567891011121314151617181920212223 |
- const servicesData = {
- "services": [
- "Web Development",
- "Mobile App Development",
- "Cloud Solutions",
- "Digital Marketing",
- "UX/UI Design",
- "DevOps & Infrastructure",
- "AI & Machine Learning",
- "Blockchain Solutions",
- "Cybersecurity",
- "Data Analytics"
- ],
- "typewriterConfig": {
- "typeSpeed": 100,
- "deleteSpeed": 50,
- "pauseDuration": 2000,
- "deleteDelay": 1000,
- "loop": true,
- "showCursor": true,
- "cursorChar": "|"
- }
- };
|