Skip to content

Commit

Permalink
Changing the one liner
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik1999 committed Nov 13, 2024
1 parent 4a08aa0 commit de58092
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/HomeComponents/ComingSoon/ComingSoon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ const MidenInfo = () => (
<div className="flex items-center justify-center min-h-screen">
<div className="max-w-screen-md p-4 text-left">
<h1 className="text-4xl font-bold mb-2 text-center">Miden</h1>
{/* <h2 className="text-2xl font-semibold mb-4 text-center">Privacy Scales Better</h2> */}
<h2 className="text-2xl font-semibold mb-4 text-center">High-throughput, privacy-enabled blockchain</h2>
<p className="text-base leading-relaxed">
Miden is the next-generation blockchain protocol designed from the ground up to take full
advantage of the capabilities unlocked by ZK technology. It takes the core concept of ZK
rollups to its logical conclusion and pushes both state and execution to the edge (i.e.,
the client side). This allows Miden to simultaneously address the problems plaguing
Miden is the next-generation blockchain protocol designed from the ground up to take full
advantage of the capabilities unlocked by ZK technology. It takes the core concept of ZK
rollups to its logical conclusion and pushes both state and execution to the edge (i.e.,
the client side). This allows Miden to simultaneously address the problems plaguing
transparent and synchronous blockchains in scalability, privacy, and safety.
</p>
<p className="text-center font-semibold mt-8">+++ Coming soon +++</p>
Expand Down

0 comments on commit de58092

Please sign in to comment.