|
|
@@ -1,13 +1,13 @@
|
|
|
<template>
|
|
|
- <SectionHero />
|
|
|
- <SectionSecondary />
|
|
|
+ <SectionHero id="hero" />
|
|
|
+ <SectionSecondary id="imersao" />
|
|
|
<SectionTertiary />
|
|
|
<SectionPartnership />
|
|
|
- <SectionRoadMap />
|
|
|
- <SectionExecutors />
|
|
|
+ <SectionRoadMap id="metodologia" />
|
|
|
+ <SectionExecutors id="executores" />
|
|
|
<SectionGallery />
|
|
|
- <SectionDestinations />
|
|
|
- <FormSection />
|
|
|
+ <SectionDestinations id="destinos" />
|
|
|
+ <FormSection id="contato" />
|
|
|
<FaqSection />
|
|
|
</template>
|
|
|
|