import Link from "next/link"; import { ArrowRight } from "lucide-react"; import { Button } from "@/components/ui/button"; import { LogoMark } from "@/components/brand/logo"; import { Container } from "./section"; import { Reveal } from "./reveal"; export function FinalCta() { return (

Your models. Your keys. One workspace.

Free forever for the interface. Connect a key in under a minute and send your first prompt.

); }