Сотрудников
Литров топлива в месяц
{t('home.about.description2')}
- {t('home.about.features.quality.description')} -
-- {t('home.about.features.equipment.description')} -
-- {t('home.about.features.staff.description')} -
-{t(description)}
+
diff --git a/src/widgets/cta-section.tsx b/src/widgets/cta-section.tsx
index 67df7e3..9faa576 100644
--- a/src/widgets/cta-section.tsx
+++ b/src/widgets/cta-section.tsx
@@ -1,14 +1,15 @@
'use client';
+import Link from 'next/link';
+
import { useLanguage } from '@/shared/language';
import { Button } from '@/shared/shadcn-ui/button';
-import Link from 'next/link';
export const CtaSection = () => {
const { t } = useLanguage();
return (
-
diff --git a/src/widgets/header/ui/index.tsx b/src/widgets/header/ui/index.tsx
index 9baef64..71197f0 100644
--- a/src/widgets/header/ui/index.tsx
+++ b/src/widgets/header/ui/index.tsx
@@ -5,7 +5,7 @@ import Link from 'next/link';
import { Logo } from '@/shared/assets/logo';
import { useLanguage } from '@/shared/language';
-import { LanguageSwitcher } from '@/shared/language/ui/language-switcher';
+// import { LanguageSwitcher } from '@/shared/language/ui/language-switcher';
import { Button } from '@/shared/shadcn-ui/button';
import { DesktopNav } from './desktop-nav';
@@ -19,10 +19,10 @@ export function Header() {