"use client" import { useTranslations } from "next-intl" export function PublicSiteFooter() { const t = useTranslations("Layout") const year = new Date().getFullYear() return ( ) }