129 lines
2.3 KiB
JavaScript
129 lines
2.3 KiB
JavaScript
|
export const tabs=[
|
|||
|
{
|
|||
|
name:'index',
|
|||
|
title:'Home',
|
|||
|
icon:'home'
|
|||
|
},
|
|||
|
{
|
|||
|
name:'startups',
|
|||
|
icon:'startups',
|
|||
|
title:'Startups'
|
|||
|
}, {
|
|||
|
name:'innovation',
|
|||
|
icon:'innovationInsights',
|
|||
|
title:'Innovation Insights'
|
|||
|
}, {
|
|||
|
name:'LPLogin',
|
|||
|
icon:'LPLogin',
|
|||
|
title:'LP Login'
|
|||
|
},
|
|||
|
{
|
|||
|
name:'joinUs',
|
|||
|
icon:'joinLightLimX',
|
|||
|
title:'Join LightLimX'
|
|||
|
},
|
|||
|
{
|
|||
|
name:'contact',
|
|||
|
icon:'contactUs',
|
|||
|
title:'Contact Us'
|
|||
|
},
|
|||
|
]
|
|||
|
export const footerLink=[
|
|||
|
{
|
|||
|
name:'startups',
|
|||
|
title:'Startups',
|
|||
|
type:'link'
|
|||
|
},
|
|||
|
{
|
|||
|
name:'LPLogin',
|
|||
|
title:'LP Login',
|
|||
|
type:'link'
|
|||
|
},
|
|||
|
{
|
|||
|
name:'partners',
|
|||
|
title:'Partners',
|
|||
|
type:'href',
|
|||
|
link:'/'
|
|||
|
},
|
|||
|
{
|
|||
|
name:'portfolio',
|
|||
|
title:'Portfolio',
|
|||
|
type:'href',
|
|||
|
link:'/'
|
|||
|
},
|
|||
|
{
|
|||
|
name:'focusAreas',
|
|||
|
title:'Focus Areas',
|
|||
|
type:'href',
|
|||
|
link:'/'
|
|||
|
},
|
|||
|
{
|
|||
|
name:'aboutUs',
|
|||
|
title:'About Us',
|
|||
|
type:'href',
|
|||
|
link:'/'
|
|||
|
}, {
|
|||
|
name:'innovation',
|
|||
|
title:'Innovation Insights',
|
|||
|
type:'link'
|
|||
|
},
|
|||
|
{
|
|||
|
name:'joinUs',
|
|||
|
title:'Join LightLimX',
|
|||
|
type:'link'
|
|||
|
},
|
|||
|
{
|
|||
|
name:'contact',
|
|||
|
title:'Contact Us',
|
|||
|
type:'link'
|
|||
|
},
|
|||
|
]
|
|||
|
export const portfolios=[
|
|||
|
{
|
|||
|
time:'.3s',
|
|||
|
img:'Accelerator',
|
|||
|
title:'Accelerator',
|
|||
|
content:'We leverage proprietary processes to build market-leading companies from scratch. Our extensive operational support team accelerates the growth of ventures we partner with.',
|
|||
|
link:'/startups'
|
|||
|
},{
|
|||
|
time:'.6s',
|
|||
|
img:'Investment',
|
|||
|
title:'Investment',
|
|||
|
content:'We bring our wealth of venture experience and leverage our global resources to help projects and maximize their potential.',
|
|||
|
link:'/startups'
|
|||
|
},{
|
|||
|
time:'.9s',
|
|||
|
img:'Growth',
|
|||
|
title:'Growth',
|
|||
|
content:'We drive strategic growth, shorten the time to reach global scale, facilitate introductions, but we don’t stop there. ',
|
|||
|
link:'/startups'
|
|||
|
},
|
|||
|
]
|
|||
|
export const partners=[
|
|||
|
{
|
|||
|
img:'images/1.png',
|
|||
|
link:''
|
|||
|
}, {
|
|||
|
img:'images/2.png',
|
|||
|
link:''
|
|||
|
}, {
|
|||
|
img:'images/3.png',
|
|||
|
link:''
|
|||
|
}, {
|
|||
|
img:'images/4.png',
|
|||
|
link:''
|
|||
|
}, {
|
|||
|
img:'images/5.png',
|
|||
|
link:''
|
|||
|
}
|
|||
|
]
|
|||
|
export const banners=[
|
|||
|
{
|
|||
|
img:'images/b.png',
|
|||
|
},{
|
|||
|
img:'images/1.png',
|
|||
|
},{
|
|||
|
img:'images/2.png',
|
|||
|
},
|
|||
|
]
|