31 lines
901 B
TypeScript
Executable File
31 lines
901 B
TypeScript
Executable File
import gethip from '@/public/gethip-image.png';
|
|
import aqua from '@/public/aqua_intelligence_image.png';
|
|
import vendoo from '@/public/vendoo-image.png';
|
|
const portfolioValues = [
|
|
{
|
|
title: 'Vendoo',
|
|
heroImgSrc: vendoo,
|
|
description: '',
|
|
prototypeIframeURL: 'https://www.kroleo.com/invision/Vendoo/#/screens'
|
|
},
|
|
// {
|
|
// title: 'Garage2Garage',
|
|
// heroImgSrc: '',
|
|
// description: '',
|
|
// prototypeIframeURL: ''
|
|
// },
|
|
{
|
|
title: 'Aqua',
|
|
heroImgSrc: aqua,
|
|
description: '',
|
|
prototypeIframeURL: 'https://projects.invisionapp.com/share/QV9OA25MA#/screens'
|
|
},
|
|
{
|
|
title: 'GetHip',
|
|
heroImgSrc: gethip,
|
|
description: '',
|
|
prototypeIframeURL: 'https://www.kroleo.com/invision/GetHip/#/screens'
|
|
},
|
|
]
|
|
|
|
export default portfolioValues; |