瀏覽代碼

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