-
Notifications
You must be signed in to change notification settings - Fork 0
/
indextext.js
17 lines (17 loc) · 1.07 KB
/
indextext.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import exampleimage from "@src/memberbox/memberphoto/88C945C1A34B5B141B5CE0CB86013657.jpg";
const indextext = {
title1: [
{
title: "title1",
subtitle: "subtitle1",
text: "text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 text1 ",
},
{ ollist: [{ text: "Li1" }, { text: "Li2" }] },
{ ullist: [{ text: "Li1" }, { text: "Li2" }] },
{ src: exampleimage, text: "imagetext", image_name: "world" },
],
title2: [{ ollist: [{ text: "Li1" }, { text: "Li2" }, { text: "Li3" }] }],
title3: [{ src: exampleimage, text: "imagetext", image_name: "world" },{mark:"test1"}],
mark: "test2",
};
export default indextext;