import Image from "next/image"; import authImage from "public/auth.png"; const AuthText = () => { return (

Join SupaNexTail for free!

Create your website in a few minutes with our boilerplate.

); }; export default AuthText;