import React from "react"; import EmailInput from "./EmailInput"; import { ChevronRight } from "lucide-react"; function Cta() { return (
{/* a blue gradient line that's slightly tilted with blur (a lotof blur)*/}

Launching July 1st, 2024

Your bookmarks are collecting dust.

Sign up for the waitlist and be the first to try Supermemory

); } export default Cta;