# feature: add interactive Earth 3d model
Opensource 3d model + Three.js
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user