import React from "react"; import EmailInput from "./EmailInput"; import { ArrowUpRight, ChevronRight } from "lucide-react"; import Link from "next/link"; 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

Sign in
); } export default Cta;