import type { MetaFunction } from "@remix-run/node"; export const meta: MetaFunction = () => { return [ { title: "Tack Up Now!" }, { name: "description", content: "Get equinelive notifications" }, ]; }; export default function Index() { return (