'use client' import React from "react"; import Link from "next/link"; import Image from "next/image"; const CallToAction = () => { const handleSubmit = (event) => { event.preventDefault(); }; return (
Receive offers, product alerts, styling inspiration and more. By signing up, you agree to our Privacy Policy.
Already a member?{" "} Sign in.