31 lines
487 B
TypeScript
31 lines
487 B
TypeScript
export const MENU = [
|
|
{
|
|
title: 'Spotlight',
|
|
url: '/topic?category=spotlight',
|
|
},
|
|
{
|
|
title: 'Berita',
|
|
url: '/topic?category=berita',
|
|
},
|
|
{
|
|
title: 'Kasus',
|
|
url: '/topic?category=kasus',
|
|
},
|
|
{
|
|
title: 'Kajian',
|
|
url: '/topic?category=kajian',
|
|
},
|
|
{
|
|
title: 'Lifestyle',
|
|
url: '/topic?category=lifestyle',
|
|
},
|
|
{
|
|
title: 'Event',
|
|
url: '/topic?category=event',
|
|
},
|
|
{
|
|
title: 'Travel',
|
|
url: '/topic?category=travel',
|
|
},
|
|
]
|