131 lines
5.0 KiB
TypeScript
131 lines
5.0 KiB
TypeScript
import { DUMMY_DESCRIPTION } from '~/data/contents'
|
|
import type { TNews } from '~/types/news'
|
|
|
|
export const BERITA: TNews = {
|
|
title: 'BERITA',
|
|
description: DUMMY_DESCRIPTION,
|
|
items: [
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'Travelling as a way of self-discovery and progress',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-2.jpg',
|
|
tags: ['Hukum Property'],
|
|
slug: 'travelling-as-a-way-of-self-discovery-and-progress',
|
|
},
|
|
{
|
|
title: 'How does writing influence your personal brand?',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-3.jpg',
|
|
tags: ['Hukum'],
|
|
slug: 'how-does-writing-influence-your-personal-brand',
|
|
},
|
|
{
|
|
title: 'Helping a local business reinvent itself',
|
|
content:
|
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros.',
|
|
featured: '/images/news-4.jpg',
|
|
tags: ['Hukum Property'],
|
|
isPremium: true,
|
|
slug: 'helping-a-local-business-reinvent-itself',
|
|
},
|
|
],
|
|
}
|