translation updated

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-03 15:22:30 +05:00
parent 41ae5e4c49
commit 1e12790e5f
5 changed files with 13 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import { useLocale } from "next-intl";
import { useLocale, useTranslations } from "next-intl";
import Image from "next/image";
import Link from "next/link";
@@ -18,6 +18,7 @@ export default function ProductCard({
getProduct,
}: ProductCardProps) {
const locale = useLocale();
const t = useTranslations();
return (
<Link
@@ -121,7 +122,7 @@ export default function ProductCard({
uppercase
font-medium
">
Batafsil
{ t("home.services.learnmore")}
</span>
{/* Arrow */}