update 1.2

This commit is contained in:
NW
2025-05-04 16:09:55 +00:00
parent 93e4c9297d
commit d74bae32b8
20 changed files with 411 additions and 195 deletions

View File

@@ -15,9 +15,13 @@
<img src="/images/logo.webp" alt="bbox logo" class="w-14 h-14 rounded-lg shadow-lg">
<span class="font-montserrat font-bold text-2xl text-cyan-400 tracking-widest">BlackBox</span>
</a>
<a href="/ru/pages/products.html" class="text-cyan-400 hover:text-cyan-300 transition-colors">
<i class="fas fa-arrow-left mr-2"></i>Назад к продуктам
</a>
<nav class="hidden md:flex space-x-8 text-lg font-montserrat font-semibold">
<a href="/ru/#features" class="hover:text-cyan-400 transition-colors">Особенности</a>
<a href="/ru/#supercompare" class="hover:text-cyan-400 transition-colors">Сравнение</a>
<a href="/ru/#pricing" class="hover:text-cyan-400 transition-colors">Цена</a>
<a href="/ru/#testimonials" class="hover:text-cyan-400 transition-colors">Отзывы</a>
<a href="/pages/products.html" class="hover:text-cyan-400 transition-colors">Каталог</a>
</nav>
</header>
<main class="container mx-auto px-4 py-8">