import Head from "next/head"; import Image from "next/image"; import BasicPage from "../components/basic-page-template"; import IDButton from "../components/identity-button"; import WCard from "../components/werefox-card"; import MS from "../components/mutant-standard"; export default function Home() { return (

Somewhere between a hot date and a hot mess.
Just a witchy foxxo programmer trying to make it in the world tbh.

); }