formation.vue 331 B

1234567891011121314151617
  1. <template>
  2. <LayoutNavigation />
  3. <FormationBanner />
  4. <FormationProgramme />
  5. <FormationCatalogue />
  6. <FormationOPCA />
  7. <FormationCertification />
  8. <FormationParticipation />
  9. <FormationReviews />
  10. <FormationFAQ />
  11. <FormationSolutions />
  12. <LayoutFooter />
  13. </template>
  14. <script setup></script>
  15. <style scoped></style>