--- import { Icon } from "astro-icon/components"; import { Image } from "astro:assets"; import jbp from "../../assets/DRJBP-1.webp"; import FormContact from "./FormContact.vue"; import { createTranslator, t } from "../../i18n"; const tl = createTranslator(Astro.currentLocale); const isHebrew = Astro.currentLocale === "he"; ---

{ !isHebrew && (

{tl("footer.reserved")}

) }
Logo Metalico { isHebrew && (

{tl("footer.reserved")}

) }