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

CHRONARK

Building serverless and open source solutions at{" "} Upstash
and building{" "} planetfall.io {" "} at night.

); }