refactor: remove unused news data and simplify NewsContextProperties type
This commit is contained in:
parent
25e136ba72
commit
4aa6c8d0d4
@ -9,7 +9,7 @@ import {
|
|||||||
|
|
||||||
import type { ModalProperties } from '~/components/popup/success-modal'
|
import type { ModalProperties } from '~/components/popup/success-modal'
|
||||||
|
|
||||||
export type NewsContextProperties = {
|
type NewsContextProperties = {
|
||||||
isLoginOpen: boolean
|
isLoginOpen: boolean
|
||||||
setIsLoginOpen: Dispatch<SetStateAction<boolean>>
|
setIsLoginOpen: Dispatch<SetStateAction<boolean>>
|
||||||
isRegisterOpen: boolean
|
isRegisterOpen: boolean
|
||||||
|
|||||||
@ -1,132 +0,0 @@
|
|||||||
import type { TNews } from '~/types/news'
|
|
||||||
|
|
||||||
export const SPOTLIGHT: TNews = {
|
|
||||||
title: 'SPOTLIGHT',
|
|
||||||
description: 'Berita Terhangat hari ini',
|
|
||||||
type: 'hero',
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
title: '01 Hotman Paris Membuka Perpustakaan di tengah Diskotik',
|
|
||||||
content:
|
|
||||||
'Pengacara Kondang, Hotman Paris Hutapea, membuka sebuah perpustakaan baru di dalam diskotik nya yang berlokasi di daerah Jakarta Pusat, Hotman berkata Perpustakaan ini dibuka dengan harapan untuk meningkatkan gairah membaca masyarakat Indonesia, namun sayangnya..',
|
|
||||||
featured: '/images/news-1.jpg',
|
|
||||||
slug: 'hotman-paris-membuka-perpustakaan-di-tengah-diskotik',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: '02 Travelling as a way of self-discovery and progress',
|
|
||||||
content:
|
|
||||||
'Pengacara Kondang, Hotman Paris Hutapea, membuka sebuah perpustakaan baru di dalam diskotik nya yang berlokasi di daerah Jakarta Pusat, Hotman berkata Perpustakaan ini dibuka dengan harapan untuk meningkatkan gairah membaca masyarakat Indonesia, namun sayangnya..',
|
|
||||||
featured: 'https://placehold.co/800x500.png',
|
|
||||||
slug: 'hotman-paris-membuka-perpustakaan-di-tengah-diskotik',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: '03 Travelling as a way of self-discovery and progress',
|
|
||||||
content:
|
|
||||||
'Pengacara Kondang, Hotman Paris Hutapea, membuka sebuah perpustakaan baru di dalam diskotik nya yang berlokasi di daerah Jakarta Pusat, Hotman berkata Perpustakaan ini dibuka dengan harapan untuk meningkatkan gairah membaca masyarakat Indonesia, namun sayangnya..',
|
|
||||||
featured: '/images/news-1.jpg',
|
|
||||||
slug: 'hotman-paris-membuka-perpustakaan-di-tengah-diskotik',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
||||||
export const BERITA: TNews = {
|
|
||||||
title: 'BERITA',
|
|
||||||
description: 'Berita Terhangat hari ini',
|
|
||||||
type: 'grid',
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
title: '01 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: '02 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: '03 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',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
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: 'https://placehold.co/800x500.png',
|
|
||||||
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',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
||||||
export const KAJIAN: TNews = {
|
|
||||||
title: 'KAJIAN',
|
|
||||||
description: 'Berita Terhangat hari ini',
|
|
||||||
type: 'grid',
|
|
||||||
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'],
|
|
||||||
isPremium: true,
|
|
||||||
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: 'https://placehold.co/600x400.png',
|
|
||||||
tags: ['Hukum Property'],
|
|
||||||
isPremium: true,
|
|
||||||
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 Property'],
|
|
||||||
isPremium: true,
|
|
||||||
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',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user