index.vue 362 B

12345678910111213141516171819202122232425262728293031323334
  1. <template>
  2. <LayoutNavigation />
  3. <CommonStickyMenu />
  4. <HomeCaroussel />
  5. <HomePromotion />
  6. <HomeSolution />
  7. <div class="spacer" />
  8. <HomeEventAgenda />
  9. <HomeBesoin />
  10. <HomeReviews />
  11. <HomeHelp />
  12. <LayoutFooterPrefooter />
  13. <LayoutFooter />
  14. </template>
  15. <script setup>
  16. </script>
  17. <style scoped>
  18. .spacer {
  19. height: 2rem;
  20. }
  21. </style>