import Link from "next/link"; import React from "react"; import Particles from "./components/particles"; const navigation = [ { name: "Проекты", href: "/projects" }, { name: "Контакты", href: "/contact" }, ]; export default function Home() { return (

aderk.tech

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

); }