--- import GiteaProjectCard from "./GiteaProjectCard.astro"; import { ArrowRight } from "@lucide/astro"; import repos from "../data/repos.json"; const latestRepos = repos.slice(0, 3); ---

Check out my latest work

I enjoy the challenge of reimagining existing programs & scripts in my own unique way.

{latestRepos.map((repo) => )}