index.vue 392 B

123456789101112131415161718192021222324252627
  1. <template>
  2. <LayoutContainer>
  3. <LayoutNavigation>
  4. </LayoutNavigation>
  5. <LayoutCaroussel>
  6. </LayoutCaroussel>
  7. <HomePromotion>
  8. </HomePromotion>
  9. <HomeSolution>
  10. </HomeSolution>
  11. <HomeEventAgenda></HomeEventAgenda>
  12. <HomeReviews></HomeReviews>
  13. <HomeNews></HomeNews>
  14. <HomeHelp></HomeHelp>
  15. <LayoutFooter>
  16. </LayoutFooter>
  17. </LayoutContainer>
  18. </template>
  19. <script>
  20. </script>