export const featuresContent = [ { id: 1 , icon: "181", bgColor: "#F7EDFF", title: "Mobile App", subTitle: `Duis aute irure dolor reprehen derit in voluptat velit.`, dealyAnimation: "100", }, { id:2 , icon: "183", bgColor: "#FFF8E0", title: "Figma Design", subTitle: `Duis aute irure dolor reprehen derit in voluptat velit.`, dealyAnimation: "200", }, { id:3 , icon: "132", bgColor: "#FFEBDB", title: "Wp Development", subTitle: `Duis aute irure dolor reprehen derit in voluptat velit.`, dealyAnimation: "0", }, { id:4 , icon: "133", bgColor: "#E0F8F8", title: "Easy Customizable", subTitle: `Duis aute irure dolor reprehen derit in voluptat velit.`, dealyAnimation: "100", }, { id:5 , icon: "184", bgColor: "#ECF1FF", title: "Marketing", subTitle: `Duis aute irure dolor reprehen derit in voluptat velit.`, dealyAnimation: "200", }, ]; export const featuresContentTwo = [ { id:6 , bgColor: "#F7EDFF", icon: "178", title: "UI/UX Design", descriptions: "Wooked up one of the more cuatin words popenaissan printer took a galley of type and scram Cicero are also reproduced.", dealyAnimation: "", }, { id:7 , bgColor: "#D8FFF1", icon: "179", title: "Online Marketing", descriptions: "Build an online store that rank higher & sell more and integrates easily ooCommerce, to enhance the quality", dealyAnimation: "100", }, { id:8 , bgColor: "#E6FBFF", icon: "180", title: "WordPress dev.", descriptions: "It saves the client cards on file securely for an effortless checkout experience using our advanced, secure payments system.", dealyAnimation: "", }, { id: 9, bgColor: "#FFEBDB", icon: "181", title: "App Devlopment", descriptions: "Our Scheduling Platform is Simple yet Powerful that you need to grow and manage your business in single user interface.", dealyAnimation: "100", }, ]; export const FeatureContentThree = [ { id:10 , icon: "20", meta: "Smart popups", subTitle: `Create customized popups and show the message at the lorem`, dataDelay: "0", }, { id:11 , icon: "21", meta: "Embeded Forms", subTitle: `Collect website leads with embedded forms and integrate easily.`, dataDelay: "100", }, { id:12 , icon: "22", meta: "Autoresponder", subTitle: `Send welcome email to your new subscribers with a code.`, dataDelay: "0", }, { id:13 , icon: "21", meta: "Embeded Forms", subTitle: `Collect website leads with embedded forms and integrate easily.`, dataDelay: "100", }, { id:14 , icon: "22", meta: "Autoresponder", subTitle: `Send welcome email to your new subscribers with a code.`, dataDelay: "0", }, { id:15 , icon: "20", meta: "Smart popups", subTitle: `Create customized popups and show the message at the lorem`, dataDelay: "100", }, ]; export const serviceContent = [ { id:16 , img: "img_36", titleTextOne: "Friendly dashboard &", TitleTextTwo: "Cool Interface.", }, { id:17 , img: "img_37", titleTextOne: " Interface Design", TitleTextTwo: "with UX.", }, { id:18 , img: "img_38", titleTextOne: " Social Media & Online", TitleTextTwo: "Marketing.", }, { id:19 , img: "img_39", titleTextOne: " Mobile Application", TitleTextTwo: "Design & Dev.", }, { id:20 , img: "img_40", titleTextOne: " Keyword Research &", TitleTextTwo: "Article writing.", }, { id:21 , img: "img_41", titleTextOne: " HTML & WordPress", TitleTextTwo: "Development.", }, ] export const allService = [ ...featuresContent, ...featuresContentTwo, ...FeatureContentThree, ...serviceContent, ]