import { Container } from "./Container";
import Callout from "./Callout";
import Link from "next/link";
function FullTurboCTA() {
return (
Ready to go
{">>>"} FULL TURBO
at your organization?
Vercel's Experts can bring your entire team up to speed quickly
Talk to an Expert
);
}
export default FullTurboCTA;