Files
CHIEFSOFT\ameye 32149d1ac8 service data
2025-02-21 10:28:59 -05:00

196 lines
5.3 KiB
JavaScript

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 FeatureContentService = [
{ id:10 ,
icon: "20",
meta: "Data Driven Content",
subTitle: `Utilizing your proprietary content with 3rd party and public data to create engaging visualizations, infographics, motion graphics.`,
dataDelay: "0",
},
{ id:11 ,
icon: "21",
meta: "Content Creation",
subTitle: `With AI-driven insights, we shape written and video narratives that resonate deeply`,
dataDelay: "100",
},
{ id:12 ,
icon: "22",
meta: "Sponsored Content",
subTitle: `We seamlessly weave your message into the conversation—like a good story that sticks.`,
dataDelay: "0",
},
{ id:13 ,
icon: "21",
meta: "Influencer Campaigns",
subTitle: `We connect you with the voices that matter, amplifying your message.`,
dataDelay: "100",
},
{ id:14 ,
icon: "22",
meta: "Analytics",
subTitle: `Every campaign is fine-tuned based on data, maximizing your impact.`,
dataDelay: "0",
},
{ id:15 ,
icon: "20",
meta: "AI Solutions",
subTitle: `Innovating the way you engage your audience—because the future is now.`,
dataDelay: "100",
},
];
export const allService = [
...featuresContent,
...featuresContentTwo,
...FeatureContentThree,
...serviceContent,
...FeatureContentService,
]