188 lines
3.5 KiB
JavaScript
188 lines
3.5 KiB
JavaScript
export const counterItems = [
|
|
{
|
|
value: 90,
|
|
|
|
unit: "%",
|
|
description: "Client Satisfaction Rate",
|
|
},
|
|
{
|
|
value: 10,
|
|
|
|
unit: "+",
|
|
description: "Years of Experience",
|
|
},
|
|
{
|
|
value: 500,
|
|
|
|
unit: "%",
|
|
description: "Successful Project",
|
|
},
|
|
];
|
|
|
|
export const counterItems2 = [
|
|
{
|
|
value: 10,
|
|
initialDisplay: 0,
|
|
unit: "+",
|
|
description: "Years of Experience<br />since at 1996",
|
|
},
|
|
{
|
|
value: 500,
|
|
initialDisplay: 100,
|
|
unit: "+",
|
|
description: "Satisfied Client<br />across various industries",
|
|
},
|
|
{
|
|
value: 20,
|
|
initialDisplay: 0,
|
|
unit: "+",
|
|
description: "Industry awards<br />and recognitions",
|
|
},
|
|
{
|
|
value: 95,
|
|
initialDisplay: 10,
|
|
unit: "%",
|
|
description: "Client retention<br />rate of long-term relationship",
|
|
},
|
|
];
|
|
|
|
export const counterItems3 = [
|
|
{
|
|
title: "Years of Experience",
|
|
value: 25,
|
|
initialDisplay: 0,
|
|
unit: "+",
|
|
description: "Years of expertise, our results\nspeak for themselves",
|
|
},
|
|
{
|
|
title: "Projects",
|
|
value: 1600,
|
|
initialDisplay: 1000,
|
|
unit: "+",
|
|
description: "Innovation thrives here, ensuring\nprojects flourish",
|
|
},
|
|
{
|
|
title: "Customers",
|
|
value: 3800,
|
|
initialDisplay: 1000,
|
|
unit: "+",
|
|
description: "We strive to exceed your expectations\nin every interaction",
|
|
},
|
|
];
|
|
export const counterData = {
|
|
left: [
|
|
{
|
|
value: 10,
|
|
|
|
units: ["M", "+"],
|
|
label: "Customer Profiles",
|
|
},
|
|
{
|
|
value: 325,
|
|
|
|
units: ["+"],
|
|
label: "Awards Winning",
|
|
},
|
|
],
|
|
right: [
|
|
{
|
|
value: 90,
|
|
initialDisplay: 10,
|
|
units: ["%"],
|
|
label: "Satisfied Customer",
|
|
},
|
|
],
|
|
};
|
|
|
|
export const counterItems4 = [
|
|
{
|
|
icon: "icon-file-verified",
|
|
label: "Project Completed",
|
|
value: 200,
|
|
initialDisplay: 100,
|
|
unit: "+",
|
|
},
|
|
{
|
|
icon: "icon-time-02",
|
|
label: "Years in industry",
|
|
value: 10,
|
|
initialDisplay: 1,
|
|
unit: "+",
|
|
},
|
|
{
|
|
icon: "icon-clapping-01",
|
|
label: "Happy Clients",
|
|
value: 20,
|
|
initialDisplay: 0,
|
|
unit: "+",
|
|
},
|
|
{
|
|
icon: "icon-mic-01",
|
|
label: "Workshop Conducted",
|
|
value: 300,
|
|
initialDisplay: 100,
|
|
unit: "+",
|
|
},
|
|
];
|
|
|
|
export const counterItems5 = [
|
|
{
|
|
title: "Years of Experience",
|
|
value: 25,
|
|
initialDisplay: 0,
|
|
unit: "+",
|
|
description: "Years of expertise, our results<br />speak for themselves",
|
|
},
|
|
{
|
|
title: "Projects",
|
|
value: 1600,
|
|
initialDisplay: 1000,
|
|
unit: "+",
|
|
description: "Innovation thrives here, ensuring<br />projects flourish",
|
|
},
|
|
{
|
|
title: "Customers",
|
|
value: 3800,
|
|
initialDisplay: 1000,
|
|
unit: "+",
|
|
description:
|
|
"We strive to exceed your expectations<br />in every interaction",
|
|
},
|
|
];
|
|
|
|
export const counterItems6 = [
|
|
{
|
|
title: "Increased revenue",
|
|
prefix: "+",
|
|
value: 83,
|
|
initialDisplay: 10,
|
|
suffix: "%",
|
|
description: "Revenue from optimized sales and expanded market",
|
|
},
|
|
{
|
|
title: "Return on ad spend",
|
|
prefix: "+",
|
|
value: 72,
|
|
initialDisplay: 10,
|
|
suffix: "%",
|
|
description:
|
|
"ROAS from refined conversion tracking and personalized marketing",
|
|
},
|
|
{
|
|
title: "Operating profits",
|
|
prefix: "+",
|
|
value: 88,
|
|
initialDisplay: 10,
|
|
suffix: "%",
|
|
description: "We strive to exceed your expectations\nin every interaction",
|
|
},
|
|
{
|
|
title: "Mouse clicks",
|
|
prefix: "+",
|
|
value: 93,
|
|
initialDisplay: 10,
|
|
suffix: "%",
|
|
description: "We strive to exceed your expectations\nin every interaction",
|
|
},
|
|
];
|