Sfoglia il codice sorgente

🔧 chore(index): adicionar ids de ancora para navegacao interna

joykepler 2 giorni fa
parent
commit
c58a3c1563
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 6 6
      app/pages/index.vue

+ 6 - 6
app/pages/index.vue

@@ -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>