-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.js
More file actions
46 lines (46 loc) · 2.34 KB
/
data.js
File metadata and controls
46 lines (46 loc) · 2.34 KB
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
export const Movies = [
{
title: "Red Studios",
picture: require("./assets/Galaxy/red.jpg"),
body: `AI is the leading edge technology in Computer Science. Generative AI and large language models have taken over the
AI is the leading edge technology in Computer Science.
Generative AI and large language models have taken over the
World World AI is the leading edge technology in Computer
Science. Generative AI and large language models have taken
over the World`,
key: 1,
},
{
title: "The Caves",
picture: require("./assets/Galaxy/cave.jpg"),
body: `AI is the leading edge technology in Computer Science. Generative AI and large language models have taken over the
AI is the leading edge technology in Computer Science.
Generative AI and large language models have taken over the
World World AI is the leading edge technology in Computer
Science. Generative AI and large language models have taken
over the World`,
key: 2,
},
{
title: "The Mountains",
picture: require("./assets/Galaxy/mountain.jpg"),
body: `AI is the leading edge technology in Computer Science. Generative AI and large language models have taken over the
AI is the leading edge technology in Computer Science.
Generative AI and large language models have taken over the
World World AI is the leading edge technology in Computer
Science. Generative AI and large language models have taken
over the World`,
key: 3,
},
{
title: "The Water",
picture: require("./assets/Galaxy/water.jpg"),
body: `AI is the leading edge technology in Computer Science. Generative AI and large language models have taken over the
AI is the leading edge technology in Computer Science.
Generative AI and large language models have taken over the
World World AI is the leading edge technology in Computer
Science. Generative AI and large language models have taken
over the World`,
key: 4,
},
];