diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx index 21cfb33..e6a2643 100644 --- a/src/app/[locale]/page.tsx +++ b/src/app/[locale]/page.tsx @@ -1,10 +1,8 @@ import Footer from "@/components/Footer"; import HeroSection from "@/components/HeroSection"; import NavBar from "@/components/navigation/NavBar"; -import { useTranslations } from "next-intl"; export default function Home() { - const t = useTranslations('Home'); return (