remove pricing
This commit is contained in:
parent
90b7cb643e
commit
aa06dc358a
|
|
@ -17,6 +17,7 @@
|
|||
"less-loader": "^7.1.0",
|
||||
"node": "^14.17.3",
|
||||
"nuxt": "^2.15.7",
|
||||
"scrollreveal": "^4.0.9",
|
||||
"vuesax": "^3.12.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -469,14 +469,9 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
// import Vue from 'vue'
|
||||
|
||||
// export default Vue.extend({})
|
||||
|
||||
// import StartFreeTrialComponent from '@/components/doc/StartFreeTrialComponent.vue'
|
||||
import BouncyButton from '@/components/ui/BouncyButton.vue'
|
||||
import { Log } from '@/modules/core'
|
||||
|
||||
|
||||
export default {
|
||||
name: 'LandingPage',
|
||||
|
|
@ -499,7 +494,7 @@ export default {
|
|||
// Reveal the elements upon scrolling using the Scroll Reveal js library
|
||||
//
|
||||
/* @ts-ignore */
|
||||
ScrollReveal({
|
||||
ScrollReveal({
|
||||
distance: '60px',
|
||||
duration: 2500,
|
||||
delay: 400,
|
||||
|
|
|
|||
Loading…
Reference in New Issue