oonyeje-portfolio/lib/portfolio.ts

28 lines
690 B
TypeScript

const portfolioValues = [
{
title: 'Vendoo',
heroImgSrc: '',
description: '',
prototypeIframeURL: 'https://www.kroleo.com/invision/Vendoo/#/screens'
},
{
title: 'Garage2Garage',
heroImgSrc: '',
description: '',
prototypeIframeURL: ''
},
{
title: 'Aqua',
heroImgSrc: '',
description: '',
prototypeIframeURL: 'https://projects.invisionapp.com/share/QV9OA25MA#/screens'
},
{
title: 'GetHip',
heroImgSrc: '',
description: '',
prototypeIframeURL: 'https://www.kroleo.com/invision/GetHip/#/screens'
},
]
export default portfolioValues;