index.vue 246 B

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