88 lines
2.2 KiB
TypeScript
88 lines
2.2 KiB
TypeScript
import type { ProjectData } from '@/types'
|
|
|
|
export const projectData: ProjectData = [
|
|
{
|
|
title: 'Projects Group',
|
|
projects: [
|
|
{
|
|
text: 'Project Name',
|
|
description: 'Your project description information is a long piece of text.',
|
|
icon: 'i-carbon-campsite',
|
|
href: '/',
|
|
},
|
|
{
|
|
text: 'Project Name',
|
|
description: 'Your project description information is a long piece of text.',
|
|
icon: 'i-carbon-campsite',
|
|
href: '/',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: 'Projects Group',
|
|
projects: [
|
|
{
|
|
text: 'Project Name',
|
|
description: 'Your project description information is a long piece of text.',
|
|
icon: 'i-carbon-campsite',
|
|
href: '/',
|
|
},
|
|
{
|
|
text: 'Project Name',
|
|
description: 'Your project description information is a long piece of text.',
|
|
icon: 'i-carbon-campsite',
|
|
href: '/',
|
|
},
|
|
{
|
|
text: 'Project Name',
|
|
description: 'Your project description information is a long piece of text.',
|
|
icon: 'i-carbon-campsite',
|
|
href: '/',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: 'Project Name',
|
|
projects: [],
|
|
},
|
|
{
|
|
title: 'Projects Group',
|
|
projects: [
|
|
{
|
|
text: 'Project Name',
|
|
description: 'Your project description information is a long piece of text.',
|
|
icon: 'i-carbon-campsite',
|
|
href: '/',
|
|
},
|
|
{
|
|
text: 'Project Name',
|
|
description: 'Your project description information is a long piece of text.',
|
|
icon: 'i-carbon-campsite',
|
|
href: '/',
|
|
},
|
|
{
|
|
text: 'Project Name',
|
|
description: 'Your project description information is a long piece of text.',
|
|
icon: 'i-carbon-campsite',
|
|
href: '/',
|
|
},
|
|
{
|
|
text: 'Project Name',
|
|
description: 'Your project description information is a long piece of text.',
|
|
icon: 'i-carbon-campsite',
|
|
href: '/',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: 'Projects Group',
|
|
projects: [
|
|
{
|
|
text: 'Project Name',
|
|
description: 'Your project description information is a long piece of text.',
|
|
icon: 'i-carbon-campsite',
|
|
href: '/',
|
|
},
|
|
],
|
|
},
|
|
]
|