| 12345678910111213141516171819202122232425262728293031323334 |
- <template>
- <LayoutNavigation />
- <CommonStickyMenu />
- <HomeCaroussel />
- <HomePromotion />
- <HomeSolution />
- <div class="spacer" />
- <HomeEventAgenda />
- <HomeBesoin />
- <HomeReviews />
- <HomeHelp />
- <LayoutFooterPrefooter />
- <LayoutFooter />
- </template>
- <script setup>
- </script>
- <style scoped>
- .spacer {
- height: 2rem;
- }
- </style>
|