import Link from "next/link"; import { useLocale } from "@lib/hooks/useLocale"; const PoweredByCal = () => { const { t } = useLocale(); return (