From 5f3c4057e7e7a53f001335215f9b628949aa73f6 Mon Sep 17 00:00:00 2001 From: alsaze Date: Thu, 27 Nov 2025 16:15:29 +0300 Subject: [PATCH] init --- components/HowWorks.vue | 106 ++++++++++++++++++++++++++++++++++++++++ layouts/default.vue | 18 +++++-- package.json | 1 + pages/index.vue | 2 + yarn.lock | 5 ++ 5 files changed, 128 insertions(+), 4 deletions(-) create mode 100644 components/HowWorks.vue diff --git a/components/HowWorks.vue b/components/HowWorks.vue new file mode 100644 index 0000000..32c0d59 --- /dev/null +++ b/components/HowWorks.vue @@ -0,0 +1,106 @@ + + + + + diff --git a/layouts/default.vue b/layouts/default.vue index f15da73..a3ac164 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -41,9 +41,9 @@ diff --git a/package.json b/package.json index faa8b03..39a0aec 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ }, "dependencies": { "@nuxt/content": "^3.7.1", + "gsap": "3.13", "@nuxt/fonts": "0.11.4", "@nuxt/icon": "1.15.0", "@nuxt/image": "1.10.0", diff --git a/pages/index.vue b/pages/index.vue index 41139ff..95af56e 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -11,6 +11,8 @@ + + diff --git a/yarn.lock b/yarn.lock index c9b0225..e113759 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5244,6 +5244,11 @@ graphemer@^1.4.0: resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== +gsap@3.13: + version "3.13.0" + resolved "https://registry.yarnpkg.com/gsap/-/gsap-3.13.0.tgz#597d4e019a2bb487785387d91296adebf92db9dd" + integrity sha512-QL7MJ2WMjm1PHWsoFrAQH/J8wUeqZvMtHO58qdekHpCfhvhSL4gSiz6vJf5EeMP0LOn3ZCprL2ki/gjED8ghVw== + gzip-size@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-7.0.0.tgz#9f9644251f15bc78460fccef4055ae5a5562ac60"