import DotAnimatsiya from "@/components/dot/DotAnimatsiya"; import HomeMarquee from "@/components/HomeMarquee"; import { Play } from "lucide-react"; import { useTranslations } from "next-intl"; export function Video() { const t = useTranslations(); return ( <>
{t("rasmlar")}

{t("fotogalereya")}

); }