diff --git a/superpage/src/content/courses/nr-20-inicicao.md b/superpage/src/content/courses/nr-20-inicicao.md deleted file mode 100644 index c12b5f0..0000000 --- a/superpage/src/content/courses/nr-20-inicicao.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -id: 95a1fcb9-ba16-4b3c-a59d-047ca32078ff -title: NR-20 Iniciação -slug: nr-20-inicicao -excerpt: ... -draft: false - -course: - hours: 8 - trainer: francis - modules: [] ---- diff --git a/superpage/src/content/courses/nr-20-inicicao.mdx b/superpage/src/content/courses/nr-20-inicicao.mdx new file mode 100644 index 0000000..a4433ad --- /dev/null +++ b/superpage/src/content/courses/nr-20-inicicao.mdx @@ -0,0 +1,18 @@ +--- +id: 95a1fcb9-ba16-4b3c-a59d-047ca32078ff +title: NR-20 Iniciação +slug: nr-20-inicicao +excerpt: ... +draft: false + +course: + hours: 4 + unit_price: 99 +--- + +import { Accordion, Item, Header, Body } from "~/components/Accordion"; +import { Course } from "~/components/Course"; + + + +