iztech-design-system-neo
Version:
Design System of project IZtech
41 lines (37 loc) • 1.22 kB
JavaScript
/**
* CTA = call-to-action
* This served in detail, card, menu
*/
const CTA_BUTTON = {
ENROL: "Enrol", // when course is owned
GET: "Get course", // when course is free
BUY: "Buy course", // when course isn't owned and has price tag
}
const LIST = {
NEWEST_SECTION: {
DEFAULT_TITLE: "Online course in the centre",
DEFAULT_SUBTITLE:
"Let's explore the newest courses. Learn 24/7 - Learn anywhere, learn anytime - 100% no delayed lesson.",
},
FILTER_SECTION: {
DEFAULT_TITLE: "Find all online courses at the centre",
DEFAULT_SUBTITLE:
"Don't find any course fulfilled your needss? Let's check all online courses below.",
},
}
const LESSON_PREVIEW = {
SECTION_TITLE: "Free trial",
MSG_PROMOTION_DESCRIPTION: "To continue watching more lessons, you must own this course.",
MSG_PROMOTION_BUYING: "Buy this course now to receive best bonus.",
}
export default {
CTA_BUTTON,
LESSON_PREVIEW,
LIST,
TITLE: "Online Course",
TITLE_SHORT: "Online Course",
SECTION_SUBTITLE: "Learn 24/7 - Learn anywhere, learn anytime - 100% no delayed lesson",
RELATED_COURSE: "Related course",
BRIEFT_STUDENT_COUNT: "{0} learnt",
DETAIL_STUDENT_COUNT: "{0} learnt students",
}