Explorar o código

update the menu scroll component with new trial section

Olivier Massot hai 7 meses
pai
achega
dce51d4aed
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      components/Logiciels/Artist/Trial.vue
  2. 1 0
      pages/opentalent-artist.vue

+ 1 - 0
components/Logiciels/Artist/Trial.vue

@@ -52,6 +52,7 @@
 </template>
 
 <script setup lang="ts">
+import AnchoredSection from '~/components/Layout/AnchoredSection.vue'
 </script>
 
 <style scoped lang="scss">

+ 1 - 0
pages/opentalent-artist.vue

@@ -61,6 +61,7 @@ const runtimeConfig = useRuntimeConfig()
 
 const menus: Array<MenuScroll> = [
   { anchor: 'presentation', label: 'Présentation' },
+  { anchor: 'trial', label: 'Essai 30J' },
   { anchor: 'benefits', label: 'Avantages' },
   { anchor: 'functionalities', label: 'Fonctionnalités' },
   { anchor: 'comparative', label: 'Comparatif' },