250 lines
7.1 KiB
JavaScript
250 lines
7.1 KiB
JavaScript
export const serviceBoxes = [
|
|
{
|
|
id: 1,
|
|
number: "01",
|
|
iconSrc: "/images/box-icon/money-bag-02.svg",
|
|
title: "Risk Management",
|
|
description:
|
|
"Protect your assets and minimize exposure to financial risks by identifying potential vulnerabilities",
|
|
},
|
|
{
|
|
id: 2,
|
|
number: "02",
|
|
iconSrc: "/images/box-icon/briefcase-03.svg",
|
|
title: "Strategic Investment",
|
|
description:
|
|
"We create customized portfolios tailored to your financial objectives, leveraging data-driven insights and market expertise",
|
|
},
|
|
{
|
|
id: 3,
|
|
number: "03",
|
|
iconSrc: "/images/box-icon/taxes.svg",
|
|
title: "Tax Efficiency",
|
|
description:
|
|
"We specialize in structuring your finances to reduce tax liabilities, ensuring compliance while optimizing your financial position",
|
|
},
|
|
{
|
|
id: 4,
|
|
number: "04",
|
|
iconSrc: "/images/box-icon/money-bag-02.svg",
|
|
title: "Risk Management",
|
|
description:
|
|
"Protect your assets and minimize exposure to financial risks by identifying potential vulnerabilities",
|
|
},
|
|
{
|
|
id: 5,
|
|
number: "05",
|
|
iconSrc: "/images/box-icon/briefcase-03.svg",
|
|
title: "Strategic Investment",
|
|
description:
|
|
"We create customized portfolios tailored to your financial objectives, leveraging data-driven insights and market expertise",
|
|
},
|
|
{
|
|
id: 6,
|
|
number: "06",
|
|
iconSrc: "/images/box-icon/taxes.svg",
|
|
title: "Tax Efficiency",
|
|
description:
|
|
"We specialize in structuring your finances to reduce tax liabilities, ensuring compliance while optimizing your financial position",
|
|
},
|
|
];
|
|
export const services = [
|
|
{
|
|
id: 7,
|
|
title: "Personal Planning",
|
|
},
|
|
{
|
|
id: 8,
|
|
title: "Corporate Strategy",
|
|
},
|
|
{
|
|
id: 9,
|
|
title: "Investment Advisory",
|
|
},
|
|
{
|
|
id: 10,
|
|
title: "Risk Compliance",
|
|
},
|
|
];
|
|
|
|
export const services2 = [
|
|
{
|
|
id: 11,
|
|
title: "Data Entry Services",
|
|
description:
|
|
"Keystone provides fast, accurate, and affordable data entry services for all industries, ensuring quality without compromise.",
|
|
icon: "/images/box-icon/medical-circle.svg",
|
|
bgColor: "bg-color-yellow",
|
|
delay: "0s",
|
|
},
|
|
{
|
|
id: 12,
|
|
title: "Data Conversion",
|
|
description:
|
|
"Keystone converts data to your desired format quickly and accurately, with zero data loss risk.",
|
|
icon: "/images/box-icon/coins-stacked.svg",
|
|
bgColor: "bg-color-green",
|
|
delay: ".2s",
|
|
},
|
|
{
|
|
id: 13,
|
|
title: "Data Processing",
|
|
description:
|
|
"Maximize your online presence with data-driven digital marketing strategies. We help you reach, engage, and convert your target audience across the digital landscape.",
|
|
icon: "/images/box-icon/building-07.svg",
|
|
bgColor: "bg-color-red",
|
|
delay: ".3s",
|
|
},
|
|
{
|
|
id: 14,
|
|
title: "Receipt Data Entry Services",
|
|
description:
|
|
"Keystone delivers fast, accurate receipt data entry, ensuring consistent and reliable digital records for your business.",
|
|
icon: "/images/box-icon/coins-stacked.svg",
|
|
bgColor: "bg-color-blue",
|
|
delay: ".4s",
|
|
},
|
|
{
|
|
id: 15,
|
|
title: "Logistics Data Entry Services",
|
|
description:
|
|
"Keystone delivers accurate, affordable logistics data entry, helping you manage operations efficiently and meet delivery schedules.",
|
|
icon: "/images/box-icon/medical-circle.svg",
|
|
bgColor: "bg-color-purple",
|
|
delay: ".5s",
|
|
},
|
|
{
|
|
id: 16,
|
|
title: "Constructions",
|
|
description:
|
|
"Keystone delivers accurate, affordable construction service, helping you manage operations efficiently and meet delivery schedules.",
|
|
icon: "/images/box-icon/building-07.svg",
|
|
bgColor: "bg-color-skygreen",
|
|
delay: ".5s",
|
|
}
|
|
];
|
|
|
|
export const services3 = [
|
|
{
|
|
id: 14,
|
|
number: "01",
|
|
title: "Data Entry Services",
|
|
description:
|
|
"Keystone provides fast, accurate, and affordable data entry services for all industries, ensuring quality without compromise.",
|
|
image: "/images/section/service-9.jpg",
|
|
},
|
|
{
|
|
id: 15,
|
|
number: "02",
|
|
title: "Data Conversion",
|
|
description:
|
|
"Keystone converts data to your desired format quickly and accurately, with zero data loss risk.",
|
|
image: "/images/section/service-10.jpg",
|
|
},
|
|
{
|
|
id: 16,
|
|
number: "03",
|
|
title: "Data Processing",
|
|
description:
|
|
"Maximize your online presence with data-driven digital marketing strategies. We help you reach, engage, and convert your target audience across the digital landscape.",
|
|
image: "/images/section/service-11.jpg",
|
|
},
|
|
{
|
|
id: 17,
|
|
number: "04",
|
|
title: "Receipt Data Entry Services",
|
|
description:
|
|
"Keystone delivers fast, accurate receipt data entry, ensuring consistent and reliable digital records for your business.",
|
|
image: "/images/section/service-9.jpg",
|
|
},
|
|
{
|
|
id: 18,
|
|
number: "05",
|
|
title: "Logistics Data Entry Services",
|
|
description:
|
|
"Keystone delivers accurate, affordable logistics data entry, helping you manage operations efficiently and meet delivery schedules.",
|
|
image: "/images/section/service-10.jpg",
|
|
},
|
|
];
|
|
|
|
export const services4 = [
|
|
{
|
|
id: 14,
|
|
title: "Data Entry Services",
|
|
imgSrc: "/images/section/service-9.jpg",
|
|
description:
|
|
"Keystone provides fast, accurate, and affordable data entry services for all industries, ensuring quality without compromise.",
|
|
delay: "0s",
|
|
items: [
|
|
"Online Data Entry",
|
|
"Offline Data Entry",
|
|
"MS Access Data Entry",
|
|
"Excel Data Entry",
|
|
"XML Data Entry"
|
|
],
|
|
},
|
|
{
|
|
id: 15,
|
|
title: "Data Conversion",
|
|
imgSrc: "/images/section/service-10.jpg",
|
|
description:
|
|
"Keystone converts data to your desired format quickly and accurately, with zero data loss risk.",
|
|
delay: ".15s",
|
|
items: [
|
|
"XML / XHTML Conversion",
|
|
"PDF Conversion",
|
|
"TEXT / TXT Conversion",
|
|
"Document OCR Conversion",
|
|
"Catalogue Conversion"
|
|
],
|
|
},
|
|
{
|
|
id: 16,
|
|
title: "Data Processing",
|
|
imgSrc: "/images/section/service-11.jpg",
|
|
description:
|
|
"Maximize your online presence with data-driven digital marketing strategies. We help you reach, engage, and convert your target audience across the digital landscape.",
|
|
delay: ".25s",
|
|
items: [
|
|
"Word Processing",
|
|
"Check Processing",
|
|
"Form Processing",
|
|
"OCR Cleanup",
|
|
"Survey Processing"
|
|
],
|
|
},
|
|
{
|
|
id: 17,
|
|
title: "Receipt Data Entry Services",
|
|
imgSrc: "/images/section/service-9.jpg",
|
|
description:
|
|
"Keystone delivers fast, accurate receipt data entry, ensuring consistent and reliable digital records for your business.",
|
|
delay: ".35s",
|
|
items: [],
|
|
},
|
|
{
|
|
id: 18,
|
|
title: "Logistics Data Entry Services",
|
|
imgSrc: "/images/section/service-10.jpg",
|
|
description:
|
|
"Keystone delivers accurate, affordable logistics data entry, helping you manage operations efficiently and meet delivery schedules.",
|
|
delay: ".45s",
|
|
items: [
|
|
"Freight Bill Data Entry",
|
|
"Freight Bill Processing",
|
|
"Contract Management",
|
|
"Bill of Lading Verification & Data Entry",
|
|
"Invoice Processing"
|
|
],
|
|
},
|
|
];
|
|
|
|
|
|
export const allServices = [
|
|
...serviceBoxes,
|
|
...services,
|
|
...services2,
|
|
...services3,
|
|
...services4,
|
|
];
|