+ Features
+
+
{[
- {
- content:
- "Write in PascaLIGO (pascal-like syntax) or CameLIGO (caml-like syntax). If you know OCaml, you can also add your own syntax.",
- image: `${baseUrl}img/edit.svg`,
- imageAlign: "top",
- title: "Syntax Agnostic"
- },
{
content:
"Write types, then code, and benefit from the safety coming from type systems.",
- image: `${baseUrl}img/lightning.svg`,
- imageAlign: "top",
+ image: `${baseUrl}img/strong-type-system.svg`,
title: "Strong Type System"
},
+ {
+ content:
+ "Write in PascaLIGO (pascal-like syntax) or CameLIGO (caml-like syntax). If you know OCaml, you can also add your own syntax.",
+ image: `${baseUrl}img/syntax-agnostic.svg`,
+ title: "Syntax Agnostic"
+ },
+
{
content: "With Granary, you can use LIGO as a lib from NodeJS.",
- image: `${baseUrl}img/puzzle.svg`,
- imageAlign: "top",
+ image: `${baseUrl}img/easy-integration.svg`,
title: "Easy Integration"
}
- ]}
-
+ ].map(FeatureCard)}
+