---
import MaxImg from "./Max.png";
import Image from "./Image.astro";
import GoogleyEye from "./GoogleyEye.svelte";
import { Card } from "./card";
import { useTranslations } from "@i18n/utils";
const t = useTranslations(Astro);
---
{t("home.title")}
{t("home.subtitle")}