+
{children}
);
diff --git a/src/components/widgets/BlurComponent/BlurComponent.module.scss b/src/components/widgets/BlurComponent/BlurComponent.module.scss
index 0b5e7fd..ee40430 100644
--- a/src/components/widgets/BlurComponent/BlurComponent.module.scss
+++ b/src/components/widgets/BlurComponent/BlurComponent.module.scss
@@ -5,6 +5,11 @@
text-align: center;
text-align: -webkit-center;
+ & > * {
+ position: relative;
+ z-index: 10;
+ }
+
.gradientBlur {
position: absolute;
z-index: 5;
diff --git a/src/shared/constants/client-routes.ts b/src/shared/constants/client-routes.ts
index e1e5de2..9b78da3 100644
--- a/src/shared/constants/client-routes.ts
+++ b/src/shared/constants/client-routes.ts
@@ -63,6 +63,10 @@ export const ROUTES = {
// Chat
chat: () => createRoute(["chat"]),
+ // Additional Purchases
+ addConsultant: () => createRoute(["add-consultant"]),
+ addGuides: () => createRoute(["add-guides"]),
+
// // Compatibility
// compatibilities: () => createRoute(["compatibilities"]),