text updated

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-19 11:11:26 +05:00
parent 9608ed23ac
commit afae7da68c
10 changed files with 103 additions and 56 deletions

View File

@@ -69,7 +69,7 @@ export function Navbar() {
href={`/${locale}/faq`}
className="font-unbounded uppercase text-white text-sm h-full flex items-center font-semibold hover:cursor-pointer hover:text-red-500 transition"
>
{t("navbar.faq")}
{locale === "ru" ? "ФАК" : "FAQ"}
</Link>
<Link
href={`/${locale}/services`}
@@ -187,7 +187,7 @@ export function Navbar() {
className="font-unbounded uppercase text-white text-base font-semibold hover:text-red-500 transition py-2"
onClick={() => setIsMobileMenuOpen(false)}
>
{t("navbar.faq")}
{locale === "ru" ? "ФАК" : "FAQ"}
</Link>
<Link
href={`/${locale}/services`}