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".split("").map((letter, index) => (

{letter}

))}
); }