import { useTranslations } from "next-intl"; import { ThemeChanger } from "../components/core/ThemeChanger"; export default function Home() { const t = useTranslations("HomePage"); return ( <>