export const items = [
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
];
export const itemsOnlyTitle = [
    {
        title: 'Title text must be here',
    },
    {
        title: 'Title text must be here',
    },
    {
        title: 'Title text must be here',
    },
    {
        title: 'Title text must be here',
    },
    {
        title: 'Title text must be here',
    },
];
export const itemsOnlyText = [
    {
        text: 'Description text must be short and easy to understand',
    },
    {
        text: 'Description text must be short and easy to understand',
    },
    {
        text: 'Description text must be short and easy to understand',
    },
    {
        text: 'Description text must be short and easy to understand',
    },
    {
        text: 'Description text must be short and easy to understand',
    },
];
export const itemsWithIcon = [
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
        icon: <CallIcon />,
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
        icon: <EsimIcon />,
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
        icon: <LightningIcon />,
    },
];
export const itemsWithTitleText = [
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
    },
];
export const itemsManySteps = [
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: 'Title text must be here',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
];
export const numericTitleSteps = [
    {
        title: '1 Title text',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: '2 Title text',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: '3 Title text',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: '4 Title text',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
    {
        title: '5 Title text',
        text: 'Description text must be short and easy to understand',
        linkText: 'Подробнее',
        linkUrl: '/components/stepper/',
    },
];