import Soundboard from '@/components/Soundboard'; import { Metadata } from 'next'; export const metadata: Metadata = { title: "Doyle Gammill Soundboard", description: "The huskiest sounds on the Internet!", }; export default function Home() { return (

Doyle Gammill Soundboard

); }