const ServicesInfo = {
		"uiux": {
			"image": "images/service/uxuiicon.png",
			"content":
				"<div class='serviceTypeHeading'><span>UX & UI Design</span></div>" +
				"<div class='serviceTypeText'><span>" +
					"We put a special emphasis on building beautiful user interfaces "+
					"to deliver an <span class='serviceTypeTexFocus'>exceptional user "+
					"experience</span>. Our dedicated design " +
					"team will help you plan every user experience and interaction. " +
					"By understanding the need of your target audience and their " +
					"market preference, you can make your app interactive and more " +
					"engaging. " +
				"</span></div>"
		},
		"consulting": {
			"image": "images/service/consultingicon.png",
			"content":
				"<div class='serviceTypeHeading'><span>Strategic Consulting</span></div>" +
				"<div class='serviceTypeText'><span>" +
					"When it comes to any technology for a business, it can be " +
					"difficult to understand exactly how a product, website or " +
					"service has come to fruition, or how it functions. Metaii’s " +
					"software consultants have experience creating " +
					"<span class='serviceTypeTexFocus'> programming best " +
					"practices, designing software architecture</span> " +
					"for your development " +
					"team, and providing criteria for hiring programmers and designers." +
					"<br \>" +
					"<br \>" +
					"We take the time to get to know your business and your goals " +
					"through real conversations, product workshops and hands-on " +
					"training." +
				"</span></div>"
		},
		"webapp": {
			"image": "images/service/webappicon.png",
			"content":
				"<div class='serviceTypeHeading'><span>Web Apps</span></div>" +
				"<div class='serviceTypeText'><span>" +
					"Building responsive web apps and interactive websites is one of " +
					"our primary service areas. We focus on " +
					"<span class='serviceTypeTexFocus'>easy-to-use interfaces " +
					"and high performance</span>, while providing the enterprise-grade " +
					"code quality."+
					"</span></div>"
		},
		"mobileapp": {
			"image": "images/service/mobileappicon.png",
			"content":
				"<div class='serviceTypeHeading'><span>Mobile App Development</span></div>" +
				"<div class='serviceTypeText'><span>" +
					"Mobile apps are no longer just an extension of your website -" +
					"<span class='serviceTypeTexFocus'>" +
					" they can be their own universe.</span> " +
					"They create unique audiences " +
					"and experiences with vastly different requirements. "+
					"<br \>" +
					"<br \>" +
					"We develop apps for Android and iPhone, iPad, Apple Watch, " +
					"and Apple TV devices. Our designer and engineers work in tandem " +
					"to create reliable and easily scalable products."+
				"</span></div>"
		},
		"graphicsDesign": {
			"image": "images/service/brushicon.png",
			"content":
				"<div class='serviceTypeHeading'><span>Graphics Design</span></div>" +
				"<div class='serviceTypeText'><span>" +
					"We bring a fusion of art and technology to our solutions. " +
					"We solve complex problems for our clients while providing " +
					"solutions that are " +
					"<span class='serviceTypeTexFocus'>" +
					"simple, beautiful and elegant </span> in design."+
				"</span></div>"
		}
}
