-
-
-
+
+
+
+ {t("Distributions")} {countries.length} {t("Regions")}
+
+
+ );
+}
diff --git a/app/(main)/ClientComponents/GlobalLoading.tsx b/app/(main)/ClientComponents/GlobalLoading.tsx
new file mode 100644
index 0000000..a87fb4a
--- /dev/null
+++ b/app/(main)/ClientComponents/GlobalLoading.tsx
@@ -0,0 +1,18 @@
+"use client";
+
+import GlobalBackButton from "@/components/GlobalBackButton";
+import { Loader } from "@/components/loading/Loader";
+import { useTranslations } from "next-intl";
+
+export default function GlobalLoading() {
+ const t = useTranslations("Global");
+ return (
+