| 33 | } |
| 34 | |
| 35 | export const getQuestionLanguageText = async () => { |
| 36 | const tIndexQuestion = await getTranslations('indexQuestion'); |
| 37 | return { |
| 38 | h2_1: tIndexQuestion('h2_1'), |
| 39 | h2_1_p1: tIndexQuestion('h2_1_p1'), |
| 40 | h2_1_p2: tIndexQuestion('h2_1_p2'), |
| 41 | h2_1_p3: tIndexQuestion('h2_1_p3'), |
| 42 | h2_1_p4: tIndexQuestion('h2_1_p4'), |
| 43 | h2_2: tIndexQuestion('h2_2'), |
| 44 | h2_2_p1: tIndexQuestion('h2_2_p1'), |
| 45 | h2_2_p2: tIndexQuestion('h2_2_p2'), |
| 46 | h2_2_p3: tIndexQuestion('h2_2_p3'), |
| 47 | h2_2_p4a: tIndexQuestion('h2_2_p4a'), |
| 48 | h2_2_p4b: tIndexQuestion('h2_2_p4b'), |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | |
| 53 | export const getWorksPageLanguageText = async () => { |