import Image from "next/image"; import { Button } from "@/components/ui/button"; import Link from "next/link"; export default async function Home() { return (
This is my little corner of the internet to share my radio projects on things I'm doing. Things I find and build that seem to not be documented anywhere.
); }