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

Signup & get 20% flat dicount

Receive offers, product alerts, styling inspiration and more. By signing up, you agree to our Privacy Policy.

{/* End .col */}

Already a member?{" "} Sign in.

{/* */}
{/* End .col */}
); }; export default CallToAction;