import { vipnagorgialla } from "@/components/Vipnagorgialla"; import { Link } from "@/i18n/routing"; import { getTranslations, setRequestLocale } from "next-intl/server"; import Image from "next/image"; import NextLink from "next/link"; export default async function Home({ params, }: { params: Promise<{ locale: string }>; }) { const { locale } = await params; setRequestLocale(locale); const t = await getTranslations({ locale }); return (
{t("home.sections.schedule.description")}
{t("home.sections.tournaments.description")}
{t("home.sections.expo.description")}