formations.vue 362 B

123456789101112131415161718
  1. <template>
  2. <LayoutNavigation />
  3. <FormationBanner />
  4. <FormationMenuScroll />
  5. <FormationPresentation />
  6. <FormationCatalogue />
  7. <FormationOPCA />
  8. <FormationCertification />
  9. <FormationParticipation />
  10. <FormationReviews />
  11. <LayoutFAQ />
  12. <LayoutUISolutionsFooter />
  13. <LayoutFooter />
  14. </template>
  15. <script setup></script>
  16. <style scoped></style>