From 3f0389eab896ea4af2828b35245b8bc6725bc7c7 Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 10 Mar 2025 19:06:28 -0400 Subject: [PATCH] chore(docs): Landing page jargonless intro Just felt it could use something before diving into the jargon. I thought this was an easy win without rethinking this landing. --- docs/src/pages/index.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/index.jsx b/docs/src/pages/index.jsx index 868df304233..57a49e1b7a6 100644 --- a/docs/src/pages/index.jsx +++ b/docs/src/pages/index.jsx @@ -24,8 +24,9 @@ export default function Landing() { Noir

- Noir is a Domain Specific Language for SNARK proving systems. It has been designed to use any ACIR - compatible proving system. Its design choices are influenced heavily by Rust and focuses on a simple, + Noir is a language for private and verifiable computing. It enables creating succinct proofs of successful program execution. + More technically, Noir is a Domain Specific Language for SNARK proving systems. + It has been designed to use any ACIR compatible proving system. Its design choices are influenced heavily by Rust and focuses on a simple, familiar syntax.