import { useTranslations } from "next-intl"; import AboutUs from "./about-us/page"; export default function Home() { const t = useTranslations(); return (
); }