1 Commits
Author SHA1 Message Date
austnv 1e4882379a fix: move IpSecurity component from AppHeader to HeroSection
This change was need to remove IpSecurity component from legal docs viewer
2026-06-16 16:32:36 +03:00
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "uvpn.shop",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"type": "module",
"scripts": {
-4
View File
@@ -22,11 +22,7 @@
Попробовать бесплатно
</a>
</header>
<IpSecurity />
</template>
<script setup>
import IpSecurity from './IpSecurity.vue';
</script>
+4
View File
@@ -1,4 +1,7 @@
<template>
<IpSecurity />
<section id="hero" class="relative overflow-hidden px-6 py-16 md:py-24 md:px-12">
<!-- Контейнер для параллакс-фона -->
<div class="parallax-bg absolute inset-0 z-0"></div>
@@ -38,6 +41,7 @@
<script setup>
import { Zap } from '@lucide/vue'
import Hero3D from './Hero3D.vue'
import IpSecurity from './IpSecurity.vue';
</script>
<style scoped>