{t('clients.title')}
{t('clients.description')}
'use client'; import Image from 'next/image'; import { Container } from '@/shared/components/container'; import { useTextController } from '@/shared/language/hooks/use-text-controller'; import { BenefitsSection } from '@/widgets/clients/ui/benefits-section'; import { ServicesOverviewSection } from '@/widgets/clients/ui/services-overview-section'; import { CtaSection } from '@/widgets/cta-section'; export const metadata = { title: 'Клиентам | Ориё - Сеть заправок в Таджикистане', description: 'Информация для клиентов: программа лояльности, топливные карты, сертификаты и способы оплаты.', }; export function ClientsPage() { const { t } = useTextController(); return (
{t('clients.description')}