formation.vue 331 B

12345678910111213141516171819
  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>
  15. </script>
  16. <style scoped>
  17. </style>