Skip to content

Commit 50fe0e2

Browse files
committed
Update index.html
1 parent 6040bdb commit 50fe0e2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

packages/landing-page/public/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ <h1 class="text-4xl md:text-6xl font-bold mb-6 leading-tight animate-fade-in-up
285285
<path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
286286
</svg>
287287
</div>
288-
<span class="text-2xl font-bold text-blue-400">256-bit</span>
288+
<span class="text-2xl font-bold text-blue-400">256-bit AES Encryption</span>
289289
</div>
290-
<h3 class="text-lg font-semibold mb-2">AES Encryption</h3>
290+
<h3 class="text-lg font-semibold mb-2"></h3>
291291
<p class="text-sm text-gray-400">Military-grade encryption protecting your data</p>
292292
</div>
293293

@@ -299,9 +299,8 @@ <h3 class="text-lg font-semibold mb-2">AES Encryption</h3>
299299
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
300300
</svg>
301301
</div>
302-
<span class="text-2xl font-bold text-green-400">100%</span>
302+
<span class="text-2xl font-bold text-green-400">Zero Knowledge Architecture</span>
303303
</div>
304-
<h3 class="text-lg font-semibold mb-2">Zero Knowledge</h3>
305304
<p class="text-sm text-gray-400">Only you can access your encrypted data</p>
306305
</div>
307306

@@ -313,9 +312,9 @@ <h3 class="text-lg font-semibold mb-2">Zero Knowledge</h3>
313312
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
314313
</svg>
315314
</div>
316-
<span class="text-2xl font-bold text-orange-400">Open</span>
315+
<span class="text-2xl font-bold text-orange-400">Open Source Transparency</span>
317316
</div>
318-
<h3 class="text-lg font-semibold mb-2">Source Code</h3>
317+
<h3 class="text-lg font-semibold mb-2"></h3>
319318
<p class="text-sm text-gray-400">Transparent and auditable by the community</p>
320319
</div>
321320
</div>

0 commit comments

Comments
 (0)