index.vue 246 B

123456789101112
  1. <template>
  2. <SectionHero />
  3. <SectionSecondary />
  4. <SectionTertiary />
  5. <SectionPartnership />
  6. <SectionRoadMap />
  7. <SectionExecutors />
  8. <SectionGallery />
  9. <!-- <SectionDestinations /> -->
  10. <FormSection />
  11. <FaqSection />
  12. </template>