fix: change bento section title to reflect security focus

This commit is contained in:
Prad Nukala
2024-10-01 10:34:02 -04:00
parent 88e7dd5812
commit c66d50dcc0
18 changed files with 260 additions and 226 deletions
+10 -10
View File
@@ -4,12 +4,12 @@ templ Highlights() {
<!-- Features -->
<section class="relative bg-zinc-50">
<div class="py-12 md:py-20">
<div class="max-w-6xl mx-auto px-4 sm:px-6">
<div class="max-w-5xl mx-auto px-4 sm:px-6">
<div class="max-w-3xl mx-auto text-center pb-12">
<h2
class="font-inter-tight text-3xl md:text-4xl font-bold text-zinc-900 mb-4"
>
Go further than the speed of thought
The Internet Rebuilt for You
</h2>
<p class="text-lg text-zinc-500">
AI reads and understands your designs, and with nothing more
@@ -27,7 +27,7 @@ templ Highlights() {
>
<div class="flex items-center justify-between mb-1">
<div class="font-inter-tight font-semibold text-zinc-900">
AI Effects
Experience
</div>
<svg
:class="tab !== '1' ? 'hidden' : ''"
@@ -42,7 +42,7 @@ templ Highlights() {
</svg>
</div>
<div class="text-sm text-zinc-500">
Visually structure your designs and structure them easily.
Sonr is completely designed to be frictionless for every kind of user.
</div>
</button>
<button
@@ -52,7 +52,7 @@ templ Highlights() {
>
<div class="flex items-center justify-between mb-1">
<div class="font-inter-tight font-semibold text-zinc-900">
Creative Mode
Compliance
</div>
<svg
:class="tab !== '2' ? 'hidden' : ''"
@@ -67,7 +67,7 @@ templ Highlights() {
</svg>
</div>
<div class="text-sm text-zinc-500">
Visually structure your designs and structure them easily.
Sonr is managed by a USA-based Wyoming DUNA, which is fully compliant with the GDPR.
</div>
</button>
<button
@@ -77,7 +77,7 @@ templ Highlights() {
>
<div class="flex items-center justify-between mb-1">
<div class="font-inter-tight font-semibold text-zinc-900">
Realistic Images
Interoperability
</div>
<svg
:class="tab !== '3' ? 'hidden' : ''"
@@ -92,7 +92,7 @@ templ Highlights() {
</svg>
</div>
<div class="text-sm text-zinc-500">
Visually structure your designs and structure them easily.
Sonr is designed to work cross-platform, cross-network, and cross-chain.
</div>
</button>
<button
@@ -102,7 +102,7 @@ templ Highlights() {
>
<div class="flex items-center justify-between mb-1">
<div class="font-inter-tight font-semibold text-zinc-900">
Powerful Plugins
Security
</div>
<svg
:class="tab !== '4' ? 'hidden' : ''"
@@ -117,7 +117,7 @@ templ Highlights() {
</svg>
</div>
<div class="text-sm text-zinc-500">
Visually structure your designs and structure them easily.
Sonr eliminates 99.9% of attack vectors with its quantum-resistant encryption.
</div>
</button>
</div>