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

Authenticate

Please, use this form to log in/register:

Welcome to rhyme!

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

Made with ❤️ by Kirill Siukhin

); }