-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdummy-news.js
47 lines (47 loc) · 1.85 KB
/
dummy-news.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
export const DUMMY_NEWS = [
{
id: 'n1',
slug: 'will-ai-replace-humans',
title: 'Will AI Replace Humans?',
image: 'ai-robot.jpg',
date: '2021-07-01',
content:
'Since late 2022 AI is on the rise and therefore many people worry whether AI will replace humans. The answer is not that simple. AI is a tool that can be used to automate tasks, but it can also be used to augment human capabilities. The future is not set in stone, but it is clear that AI will play a big role in the future. The question is how we will use it.',
},
{
id: 'n2',
slug: 'beaver-plague',
title: 'A Plague of Beavers',
image: 'beaver.jpg',
date: '2022-05-01',
content:
'Beavers are taking over the world. They are building dams everywhere and flooding entire cities. What can we do to stop them?',
},
{
id: 'n3',
slug: 'couple-cooking',
title: 'Spend more time together!',
image: 'couple-cooking.jpg',
date: '2024-03-01',
content:
'Cooking together is a great way to spend more time with your partner. It is fun and you get to eat something delicious afterwards. What are you waiting for? Get cooking!',
},
{
id: 'n4',
slug: 'hiking',
title: 'Hiking is the best!',
image: 'hiking.jpg',
date: '2024-01-01',
content:
'Hiking is a great way to get some exercise and enjoy the great outdoors. It is also a great way to clear your mind and reduce stress. So what are you waiting for? Get out there and start hiking!',
},
{
id: 'n5',
slug: 'landscape',
title: 'The beauty of landscape',
image: 'landscape.jpg',
date: '2022-07-01',
content:
'Landscape photography is a great way to capture the beauty of nature. It is also a great way to get outside and enjoy the great outdoors. So what are you waiting for? Get out there and start taking some pictures!',
},
];