Spaces:
Running
Running
File size: 1,015 Bytes
b39b5c2 9d2feae |
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 |
// Version: v5
const courseTopics =
[
{ category: "SAP AI - Technical Track - 2", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 20000 }
]},
{ category: "SAP AI - Technical Track - 3", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 30000 }
]},
{ category: "SAP AI - Technical Track - 4", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 40000 }
]},
{ category: "SAP AI - Technical Track - 5", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 50000 }
]},
{ category: "SAP AI - Technical Track - 6", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 60000 }
]},
{ category: "SAP AI - Technical Track - 7", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 70000 }
]},
{ category: "SAP AI - Technical Track - 8", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 80000 }
]}
] |