Pārlūkot izejas kodu

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

joykepler 2 dienas atpakaļ
vecāks
revīzija
c58a3c1563
1 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  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>