--- import MaxImg from "./Max.png"; import Image from "./Image.astro"; import GoogleyEye from "./GoogleyEye.svelte"; import { useTranslations } from "@i18n/utils"; import { getLocale } from "astro-i18n-aut"; const locale = getLocale(Astro.url); const t = useTranslations(locale); ---
its mee

{t("home.title")}

{t("home.subtitle")}