service section
This commit is contained in:
+42
-2
@@ -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,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user