From 01b1a69f61a2ab3b856a3e466fa8561d13707eeb Mon Sep 17 00:00:00 2001 From: chronark Date: Mon, 6 Nov 2023 09:35:19 +0100 Subject: [PATCH] feat: update landing copy --- app/page.tsx | 92 +++++++++++++++++--------------------- content/projects/unkey.mdx | 2 +- 2 files changed, 41 insertions(+), 53 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 6055bc4..7d9fc2f 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -3,60 +3,48 @@ import React from "react"; import Particles from "./components/particles"; const navigation = [ - { name: "Projects", href: "/projects" }, - { name: "Contact", href: "/contact" }, + { name: "Projects", href: "/projects" }, + { name: "Contact", href: "/contact" }, ]; export default function Home() { - return ( -
- -
- -

- chronark -

+ return ( +
+ +
+ +

+ chronark +

-
-
-

- Hi, my name is Andreas, I'm building serverless and open source - solutions at{" "} - - Upstash - - -
- and working on{" "} - - unkey.dev - {" "} - at night. -

-
-
- ); +
+
+

+ I'm building{" "} + + unkey.dev + to solve API authentication and authorization for developers. +

+
+
+ ); } diff --git a/content/projects/unkey.mdx b/content/projects/unkey.mdx index c3923ec..229b5c7 100644 --- a/content/projects/unkey.mdx +++ b/content/projects/unkey.mdx @@ -8,6 +8,6 @@ repository: chronark/unkey --- -[![](https://unkey.dev/images/landing/app.png)](https://planetfall.io) +[![](https://unkey.dev/images/landing/app.png)](https://unkey.dev) Unkey is an open source API Key management solution. It allows you to create, manage and validate API Keys for your users. It’s built with security and speed in mind.