diff --git a/documentation/docs/components/landing-page.tsx b/documentation/docs/components/landing-page.tsx new file mode 100644 index 0000000000..117b825287 --- /dev/null +++ b/documentation/docs/components/landing-page.tsx @@ -0,0 +1,90 @@ +import React from "react"; +import { Ghost, Zap, Code, Soup } from "lucide-react"; + +export const LandingPage = () => { + const squares = [ + { text: "Network Docs", href: "/network", Icon: Ghost }, + { + text: "Developers: Core Concepts, Integration Overview, Tools & Tutorials", + href: "/developers", + Icon: Zap, + }, + { text: "SDKs", href: "/sdk", Icon: Code }, + { + text: "Operators: Setup Guides & Maintenance", + href: "/operators", + Icon: Soup, + }, + ]; + + return ( +
+ Nym is a privacy platform. It provides strong network-level privacy + against sophisticated end-to-end attackers, and anonymous access control + using blinded, re-randomizable, decentralized credentials. Our goal is + to allow developers to build new applications, or upgrade existing apps, + with privacy features unavailable in other systems. +
+ +