--- 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

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