-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdb.json
55 lines (54 loc) · 1.17 KB
/
db.json
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
48
49
50
51
52
53
54
55
{
"ypayment": [
{
"price": "$149",
"id":"1"
}
],
"prices": [
{
"title": "Community",
"desc": "For casual video enthusiasts",
"price": "$0",
"usd": "USD",
"pdesc": "forever free",
"save": "",
"button": "Get started"
},
{
"title": "Creator",
"desc": "For individual content creators",
"price": "$11",
"usd": "USD",
"pdesc": "per month, billed yearly",
"save": "Save 27%",
"button": "Get started"
},
{
"title": "Premium",
"desc": "For professional video storytellers",
"price": "$59",
"usd": "USD",
"pdesc": "per month, billed yearly",
"save": "Save 25%",
"button": "Get started"
},
{
"title": "Business",
"desc": "For brands focused on reach and growth",
"price": "$149",
"usd": "USD",
"pdesc": "per month, billed yearly",
"save": "Save 25%",
"button": "Get started"
},
{
"title": "Enterprise",
"desc": "For large-scale video teams",
"price": "Custom",
"pdesc": " ",
"save": "",
"button": "Learn more"
}
]
}