remove pricing

This commit is contained in:
pooyarhz99 2024-05-11 18:32:39 +03:30
parent 90b7cb643e
commit aa06dc358a
2 changed files with 2 additions and 6 deletions

View File

@ -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": {

View File

@ -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,