import Link from "next/link"; import React from "react"; const navigation = [ { name: "Projects", href: "/projects" }, { name: "Contact", href: "/contact" }, ]; export default function Home() { return (

CHRONARK

Hi, i'm building serverless and open source solutions at{" "} Upstash
and working on my startup{" "} planetfall.io {" "} at night.

); }