# feature: add interactive Earth 3d model

Opensource 3d model + Three.js
This commit is contained in:
austnv
2026-05-24 03:35:37 +03:00
parent 88b4250f4c
commit e57ff98f4a
12 changed files with 5489 additions and 5 deletions
+6 -1
View File
@@ -12,15 +12,20 @@
</button>
<p class="text-gray-500 text-sm mt-4">30-дневная гарантия возврата денег</p>
</div>
<div class="flex justify-center">
<!-- <div class="flex justify-center">
<img
src="/images/earth.png"
alt="VPN защита"
/>
</div> -->
<div class="h-100 md:h-125 w-full">
<Hero3D />
</div>
</section>
</template>
<script setup>
import { Zap } from '@lucide/vue'
import Hero3D from './Hero3D.vue'
</script>