diff --git a/bun.lock b/bun.lock index 2bc6c6c..cbd4a8a 100644 --- a/bun.lock +++ b/bun.lock @@ -11,10 +11,12 @@ "@pinia/nuxt": "^0.11.0", "@tailwindcss/vite": "^4.1.8", "@vueuse/core": "^13.3.0", + "gsap": "^3.13.0", "nuxt": "^3.17.4", "tailwindcss": "^4.1.7", "vue": "^3.5.14", "vue-router": "^4.5.1", + "vue3-toastify": "^0.2.8", }, "devDependencies": { "@nuxtjs/tailwindcss": "^6.14.0", @@ -1290,6 +1292,8 @@ "graphemer": ["graphemer@1.4.0", "", {}, "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag=="], + "gsap": ["gsap@3.13.0", "", {}, "sha512-QL7MJ2WMjm1PHWsoFrAQH/J8wUeqZvMtHO58qdekHpCfhvhSL4gSiz6vJf5EeMP0LOn3ZCprL2ki/gjED8ghVw=="], + "gzip-size": ["gzip-size@7.0.0", "", { "dependencies": { "duplexer": "^0.1.2" } }, "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA=="], "h3": ["h3@1.15.3", "", { "dependencies": { "cookie-es": "^1.2.2", "crossws": "^0.3.4", "defu": "^6.1.4", "destr": "^2.0.5", "iron-webcrypto": "^1.2.1", "node-mock-http": "^1.0.0", "radix3": "^1.1.2", "ufo": "^1.6.1", "uncrypto": "^0.1.3" } }, "sha512-z6GknHqyX0h9aQaTx22VZDf6QyZn+0Nh+Ym8O/u0SGSkyF5cuTJYKlc8MkzW3Nzf9LE1ivcpmYC3FUGpywhuUQ=="], @@ -2360,6 +2364,8 @@ "vue-router": ["vue-router@4.5.1", "", { "dependencies": { "@vue/devtools-api": "^6.6.4" }, "peerDependencies": { "vue": "^3.2.0" } }, "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw=="], + "vue3-toastify": ["vue3-toastify@0.2.8", "", { "peerDependencies": { "vue": ">=3.2.0" }, "optionalPeers": ["vue"] }, "sha512-8jDOqsJaBZEbGpCbhWDETJc11D1lZefvgFPq/IPdM+U7+qyXoVPDvK6uq/FIgyV7qV0NcNzvGBMEzjsLQqGROw=="], + "web-streams-polyfill": ["web-streams-polyfill@3.3.3", "", {}, "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw=="], "webidl-conversions": ["webidl-conversions@3.0.1", "", {}, "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="], diff --git a/components/section/MainBlocks.vue b/components/section/MainBlocks.vue index c44bf14..a02e72f 100644 --- a/components/section/MainBlocks.vue +++ b/components/section/MainBlocks.vue @@ -17,22 +17,12 @@

{{ item.description }}

{{ item.sub_title }}

- -
- diff --git a/components/section/MainHero.vue b/components/section/MainHero.vue index 29c0ed7..0136cbf 100644 --- a/components/section/MainHero.vue +++ b/components/section/MainHero.vue @@ -10,18 +10,15 @@ backgroundImage: `url('/api/public/file/${component.img[0]}_l.webp')`, backgroundSize: 'cover', backgroundPosition: 'center', - }" - /> -
+ }" /> +

{{ component.front_section_lang[0].data.title_second }}

{{ component.front_section_lang[0].data.button - }} + }}
@@ -29,22 +26,25 @@ diff --git a/components/ui/ButtonArrow.vue b/components/ui/ButtonArrow.vue index 73bd94e..f24d955 100644 --- a/components/ui/ButtonArrow.vue +++ b/components/ui/ButtonArrow.vue @@ -1,41 +1,26 @@