service section

This commit is contained in:
CHIEFSOFT\ameye
2025-02-21 10:24:33 -05:00
parent 7b2b613c66
commit d5e6f5621f
3 changed files with 79 additions and 6 deletions
+42 -2
View File
@@ -145,12 +145,52 @@ export const serviceContent = [
},
]
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: "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 allService = [
...featuresContent,
...featuresContentTwo,
...FeatureContentThree,
...serviceContent,
...FeatureContentService,
]