iztech-design-system-neo
Version:
Design System of project IZtech
24 lines (20 loc) • 608 B
JavaScript
/**
* This served for teacher, include
* - Teacher Section
* - Teacher description on other components (course, learning-path, book) such as Card or Detail
*/
const SECTION = {
DEFAULT_TITLE: "Our teachers",
DEFAULT_SUBTITLE: "Those who have many years of experience and devote to education",
}
const ADAPTION = {
DEFAULT_DESCRIPTION_IN_CARD: "Specialized teacher",
DEFAULT_DESCRIPTION_IN_DETAIL: "Experienced teacher",
}
export default {
SECTION,
ADAPTION,
TITLE: "Teacher",
DESCRIPTION:
"Transmit detailed knowlegde, help students understand deeply and remember in long-term",
}