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

chronark

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

); }