'use client' import React from "react"; import Link from "next/link"; const CallToActionTwo = () => { const handleSubmit = (event) => { event.preventDefault(); }; return (
Subscribe Now

Subscriber to our Newsletter

{/* End .col */}
{/* End form */}

Already a member? Sign in.

{/* /.form-wrapper */}
{/* End .col */}
); }; export default CallToActionTwo;