소스 검색

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

joykepler 2 일 전
부모
커밋
c58a3c1563
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  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>