This commit is contained in:
sasha-astiadi 2024-11-14 06:23:39 +01:00
parent bccc56ee8e
commit 4df672ddd5
2 changed files with 4 additions and 16 deletions

View File

@ -8,18 +8,6 @@
{% include "shortcodes/grid_stats.html" %}
{% include "partials/features.html" %}
{% include "partials/about.html" %}
{% include "partials/feature.html" %}
{% include "partials/benefits.html" %}
{% include "partials/blogs.html" %}
{% include "partials/presale.html" %}
{% include "partials/faq.html" %}
{% endblock content %}

View File

@ -1,4 +1,4 @@
<div class="bg-transparent py-24">
<div class="bg-transparent pb-24">
<div class="mx-auto max-w-7xl px-6 lg:max-w-7xl lg:px-8">
<div class="max-w-7xl lg:max-w-2xl text-left">
<h2 class="text-xl font-normal tracking-wide text-indigo-600">THREEFOLD DIFFERENCE</h2>
@ -9,7 +9,7 @@
<div class="mt-10 grid grid-cols-1 sm:grid-cols-3 gap-6 sm:gap-x-8 sm:mt-16">
<!-- Card 1 -->
<div class="relative p-4 bg-white shadow-lg rounded-lg transform opacity-0 scale-95 transition-all duration-700 ease-out fade-in">
<img class="h-80 w-full object-cover object-center rounded-t-lg" src="images/security.png" alt="">
<img class="h-70 w-full object-cover object-center rounded-t-lg" src="images/security.png" alt="">
<div class="p-6">
<h3 class="text-sm font-light text-indigo-600">SECURITY</h3>
<p class="mt-2 text-lg font-medium tracking-tight text-gray-950">Unbreakable Data</p>
@ -18,7 +18,7 @@
</div>
<!-- Card 2 -->
<div class="relative p-4 bg-white shadow-lg rounded-lg transform opacity-0 scale-95 transition-all duration-700 ease-out fade-in">
<img class="h-80 w-full object-cover object-center rounded-t-lg" src="images/efficiency.png" alt="">
<img class="h-70 w-full object-cover object-center rounded-t-lg" src="images/efficiency.png" alt="">
<div class="p-6">
<h3 class="text-sm font-light text-indigo-600">EFFICIENCY</h3>
<p class="mt-2 text-lg font-medium tracking-tight text-gray-950">Autonomous Cloud</p>
@ -27,7 +27,7 @@
</div>
<!-- Card 3 -->
<div class="relative p-4 bg-white shadow-lg rounded-lg transform opacity-0 scale-95 transition-all duration-700 ease-out fade-in">
<img class="h-80 w-full object-cover object-center rounded-t-lg" src="images/map.png" alt="">
<img class="h-70 w-full object-cover object-center rounded-t-lg" src="images/map.png" alt="">
<div class="p-6">
<h3 class="text-sm font-light text-indigo-600">PRIVACY</h3>
<p class="mt-2 text-lg font-medium tracking-tight text-gray-950">P2P Network</p>