'use client' import React from "react"; const FormFooterSignup = () => { const handleSubmit = (event) => { event.preventDefault(); }; return (