diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx
index f5cf9f5..62bca54 100644
--- a/src/app/about-us/page.tsx
+++ b/src/app/about-us/page.tsx
@@ -7,7 +7,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "KG ROAD | О нас",
description:
- 'Страница "О Нас" Kyrgyzstan Transperency International',
+ 'Страница "О Нас" KG ROAD',
};
const AboutUs = () => {
@@ -16,51 +16,18 @@ const AboutUs = () => {
О нас
-
-
+
Transparency International-Кыргызстан - филиал международной организации Transparency International в Кыргызской Республике.
+
Миссия ТИ-Кыргызстан
+
Продвижение эффективной общественной политики и надлежащего управления в целях предотвращения коррупции и усиления демократии в стране.
+
Цели и приоритеты ТИ-Кыргызстан:
- arrival, your senses will be rewarded with the pleasant
- scent of lemongrass oil used to clean the natural wood found
- throughout the room, creating a relaxing atmosphere within
- the space. A wonderful serenity has taken possession of my
- entire soul, like these sweet mornings of spring which I
- enjoy with my whole heart. I am alone, and feel the charm of
- existence in this spot, which was created for the bliss of
- souls like mine. I am so happy, my dear friend, so absorbed
- in the exquisite.
-
-
- When you are ready to indulge your sense of excitement,
- check out the range of water- sports opportunities at the
- resort’s on-site water-sports center. Want to leave your
- stress on the water? The resort has kayaks, paddleboards, or
- the low-key pedal boats. Snorkeling equipment is available
- as well, so you can experience the ever-changing undersea
- environment. Not only do visitors to a bed and breakfast get
- a unique perspective on the place they are visiting, they
- have options for special packages not available in other
- hotel settings.{" "}
-
-
- Bed and breakfasts can partner easily with local businesses
- for a smoothly organized and highly personalized vacation
- experience. The Fife and Drum Inn offers options such as the
- Historic Triangle Package that includes three nights at the
- Inn, breakfasts, and admissions to historic Williamsburg,
- Jamestown, and Yorktown. Bed and breakfasts also lend
- themselves to romance.
-
-
- Part of the charm of a bed and breakfast is the uniqueness;
- art, décor, and food are integrated to create a complete
- experience. For example, the Fife and Drum retains the
- colonial feel of the area in all its guest rooms. Special
- features include antique furnishings, elegant four poster
- beds in some guest rooms, as well folk art and artifacts
- from the restoration period of the historic area available
- for guests to enjoy.
+
+ - - антикоррупционное просвещение населения, повышение общественного осознания значимости и важности борьбы с коррупцией в Кыргызстане;
+ - - организация изучения практики и теории борьбы с коррупцией и участия в ней структур гражданского общества в Кыргызстане и других странах;
+ - - содействие гражданам и организациям в реализации их конституционных прав и свобод;
+ - - преимущественная ориентация на международный опыт уменьшения коррупции, освоение его технологий, ресурсов, а также включение структур гражданского общества в международный диалог борьбы с коррупцией.
+
diff --git a/src/app/create-report/page.tsx b/src/app/create-report/page.tsx
index 6dfba99..47bd3d6 100644
--- a/src/app/create-report/page.tsx
+++ b/src/app/create-report/page.tsx
@@ -6,7 +6,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "KG ROAD | Написать обращение",
description:
- "Написать обращение Kyrgyzstan Transperency International",
+ "Написать обращение KG ROAD",
};
const DynamicForm = dynamic(
diff --git a/src/app/news/page.tsx b/src/app/news/page.tsx
index 7bda94b..57b561f 100644
--- a/src/app/news/page.tsx
+++ b/src/app/news/page.tsx
@@ -8,7 +8,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "KG ROAD | Новости",
description:
- "Страница новостей Kyrgyzstan Transperency International",
+ "Страница новостей KG ROAD",
};
const News = ({
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 19fa2ef..7f5f8ff 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "KG ROAD | Главная",
description:
- "Главная страница Kyrgyzstan Transperency International",
+ "Главная страница KG ROAD",
};
const Home = async ({
diff --git a/src/app/profile/layout.tsx b/src/app/profile/layout.tsx
index 0ff7938..9eecf89 100644
--- a/src/app/profile/layout.tsx
+++ b/src/app/profile/layout.tsx
@@ -12,7 +12,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "KG ROAD | Профиль",
description:
- "Страница профиля Kyrgyzstan Transperency International",
+ "Страница профиля KG ROAD",
};
const Profile = async ({
diff --git a/src/app/report/[id]/page.tsx b/src/app/report/[id]/page.tsx
index 831d3da..eb61e3d 100644
--- a/src/app/report/[id]/page.tsx
+++ b/src/app/report/[id]/page.tsx
@@ -17,7 +17,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "KG ROAD | Обращение",
description:
- "Страница обращения Kyrgyzstan Transperency International",
+ "Страница обращения KG ROAD",
};
const ReportDetails = async ({
diff --git a/src/app/sign-in/page.tsx b/src/app/sign-in/page.tsx
index f510e01..64f76fc 100644
--- a/src/app/sign-in/page.tsx
+++ b/src/app/sign-in/page.tsx
@@ -7,7 +7,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "KG ROAD | Вход",
- description: "Страница входа Kyrgyzstan Transperency International",
+ description: "Страница входа KG ROAD",
};
const SignIn = () => {
diff --git a/src/app/sign-up/page.tsx b/src/app/sign-up/page.tsx
index 121ad7c..10f1193 100644
--- a/src/app/sign-up/page.tsx
+++ b/src/app/sign-up/page.tsx
@@ -8,7 +8,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "KG ROAD | Регистрация",
description:
- "Страница регистрации Kyrgyzstan Transperency International",
+ "Страница регистрации KG ROAD",
};
const SignUp = () => {
diff --git a/src/app/statistics/page.tsx b/src/app/statistics/page.tsx
index fc86ca7..b63771b 100644
--- a/src/app/statistics/page.tsx
+++ b/src/app/statistics/page.tsx
@@ -9,7 +9,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "KG ROAD | Статистика",
description:
- "Страница статистики Kyrgyzstan Transperency International",
+ "Страница статистики KG ROAD",
};
const Statistics = ({
diff --git a/src/app/volunteers/page.tsx b/src/app/volunteers/page.tsx
index 82fff0b..583ed24 100644
--- a/src/app/volunteers/page.tsx
+++ b/src/app/volunteers/page.tsx
@@ -6,7 +6,7 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "KG ROAD | Волонтеры",
description:
- "Страница волонтеров Kyrgyzstan Transperency International",
+ "Страница волонтеров KG ROAD",
};
const Volunteers = () => {
diff --git a/src/widgets/Footer/Footer.tsx b/src/widgets/Footer/Footer.tsx
index 765e70b..314c75e 100644
--- a/src/widgets/Footer/Footer.tsx
+++ b/src/widgets/Footer/Footer.tsx
@@ -8,8 +8,22 @@ import facebook from "./icons/facebook.svg";
import instagram from "./icons/instagram.svg";
import app_store_btn from "./icons/app-store-btn.svg";
import play_market_btn from "./icons/play-market-btn.svg";
+import { usePathname } from 'next/navigation';
const Footer = () => {
+
+ const pathname = usePathname();
+ const isHomePage = pathname === '/';
+ const isAboutPage = pathname === '/about';
+ let creditsInFooter;
+ if (isHomePage) {
+ creditsInFooter = Photo By Mzximvs VdB from Brussels, belgium - Road to Issyk-Kul (south shore), CC BY-SA 2.0
;
+ } else {
+ creditsInFooter =