"use client"; import { KeyRound, ExternalLink } from "lucide-react"; import Link from "next/link"; import { useTranslations } from "next-intl"; export function ContactSalesBanner() { const t = useTranslations(); return (
{t("contactSalesEnable")}{" "} {t("contactSalesBookDemo")} {" " + t("contactSalesOr") + " "} {t("contactSalesContactUs")} .
); }