diff --git a/superpage/src/content/courses/ppr-programa-de-protecao-respiratoria.mdx b/superpage/src/content/courses/ppr-programa-de-protecao-respiratoria.mdx index 24f855b..b438fe4 100644 --- a/superpage/src/content/courses/ppr-programa-de-protecao-respiratoria.mdx +++ b/superpage/src/content/courses/ppr-programa-de-protecao-respiratoria.mdx @@ -6,7 +6,12 @@ excerpt: ... draft: false course: - hours: 8 - trainer: francis - modules: [] ---- + hours: 4 + unit_price: 99 + --- + +import { Accordion, Item, Header, Body } from "~/components/Accordion"; +import { Course } from "~/components/Course"; + + +