From 886ff726de38d6610090da0d33cebc34ea16d848 Mon Sep 17 00:00:00 2001 From: Umar Adilov <99314948+adilovcode@users.noreply.github.com> Date: Sat, 3 May 2025 02:16:48 +0500 Subject: [PATCH] Changed titles --- src/app/layout.tsx | 2 +- src/pages-templates/charity/index.tsx | 8 ++++---- src/pages-templates/clients/index.tsx | 2 +- src/pages-templates/clients/loyalty/index.tsx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a195aa5..3d1b36c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,7 +14,7 @@ import './globals.css'; const inter = Inter({ subsets: ['latin', 'cyrillic'] }); export const metadata: Metadata = { - title: 'GasNetwork - Сеть заправок в Таджикистане', + title: 'Ориё - Сеть заправок в Таджикистане', description: 'Качественное топливо, удобное расположение и отличный сервис для наших клиентов', }; diff --git a/src/pages-templates/charity/index.tsx b/src/pages-templates/charity/index.tsx index b256a28..66b4353 100644 --- a/src/pages-templates/charity/index.tsx +++ b/src/pages-templates/charity/index.tsx @@ -24,9 +24,9 @@ import Container from '@/shared/shadcn-ui/conteiner'; import { CtaSection } from '@/widgets/cta-section'; export const metadata = { - title: 'Благотворительность | GasNetwork - Сеть заправок в Таджикистане', + title: 'Благотворительность | Ориё - Сеть заправок в Таджикистане', description: - 'Благотворительные проекты и инициативы GasNetwork. Мы помогаем обществу и заботимся о будущем.', + 'Благотворительные проекты и инициативы Ориё. Мы помогаем обществу и заботимся о будущем.', }; export function CharityPage() { @@ -39,7 +39,7 @@ export function CharityPage() {