diff --git a/package-lock.json b/package-lock.json index 71e7200..209e320 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "uvpn.shop", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "uvpn.shop", - "version": "0.1.0", + "version": "0.2.0", "dependencies": { "@lucide/vue": "^1.16.0", "@tailwindcss/vite": "^4.3.0", @@ -15,7 +15,8 @@ "swiper": "^12.1.4", "tailwindcss": "^4.3.0", "three": "^0.184.0", - "vue": "^3.5.32" + "vue": "^3.5.32", + "vue3-simple-icons": "^16.10.0" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.6", @@ -3000,6 +3001,15 @@ } } }, + "node_modules/vue3-simple-icons": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/vue3-simple-icons/-/vue3-simple-icons-16.10.0.tgz", + "integrity": "sha512-i5i4K3R+ZLFLsb+Gjw7jHxOQW5hhH4NcB0U2Xe1v3FKnqFJow8A5sgRglAwFtFDHLw1peDIRRRe8dCxs9yhVdQ==", + "license": "MIT", + "dependencies": { + "vue": "^3" + } + }, "node_modules/wsl-utils": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz", diff --git a/package.json b/package.json index 0ef7bc4..6390bb5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "swiper": "^12.1.4", "tailwindcss": "^4.3.0", "three": "^0.184.0", - "vue": "^3.5.32" + "vue": "^3.5.32", + "vue3-simple-icons": "^16.10.0" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.6", diff --git a/src/App.vue b/src/App.vue index 04b48e9..41825d8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,6 +3,7 @@ + @@ -14,6 +15,7 @@ import AppHeader from './components/AppHeader.vue' import HeroSection from './components/HeroSection.vue' import FeaturesSection from './components/FeaturesSection.vue' +import CompatibilitySection from './components/CompatibilitySection.vue' import PricingSection from './components/PricingSection.vue' import StepsSection from './components/StepsSection.vue' import TestimonialsSection from './components/TestimonialsSection.vue' diff --git a/src/components/CompatibilitySection.vue b/src/components/CompatibilitySection.vue new file mode 100644 index 0000000..5c33cee --- /dev/null +++ b/src/components/CompatibilitySection.vue @@ -0,0 +1,50 @@ + + + \ No newline at end of file diff --git a/src/components/WindowsIcon.vue b/src/components/WindowsIcon.vue new file mode 100644 index 0000000..8a7a568 --- /dev/null +++ b/src/components/WindowsIcon.vue @@ -0,0 +1,3 @@ + \ No newline at end of file