import { Metadata } from "next"; import AuthForm from "@/components/forms/AuthForm"; export const metadata: Metadata = { title: "Authentication - Rhyme", description: "Register or log into Rhyme account to save, show and load notes", }; export default function Auth() { return ( <>

Authenticate

Welcome to Rhyme!

Free service for writing and saving notes, lyrics, poetry, etc

Made with ❤️ by Kirill Siukhin

); }