import { ArrowRight } from "lucide-react"; import Link from "next/link"; export const Cta: React.FC = () => { return (
{/* Radial gradient */}
); };