)
}
{
diff --git a/src/content/Development_Page/welcome/index.mdx b/src/content/Development_Page/welcome/index.mdx
index 15fb6c92..81abaff3 100644
--- a/src/content/Development_Page/welcome/index.mdx
+++ b/src/content/Development_Page/welcome/index.mdx
@@ -8,6 +8,7 @@ import CalenderButton from "../../../components/development-pages/calenderbutton
import TimeZoneCalendar from "../../../components/development-pages/time-zone-calendar.tsx";
import Welcome from "../../../components/development-pages/Welcome.astro";
import GithubButton from "../../../components/mdx-cards/buttons/github-button.astro";
+import Calendar from "../../../components/development-pages/calendarModal.astro";
@@ -17,6 +18,8 @@ This is the starting point for joining and contributing to building Akash Networ
The Akash Network community welcomes contributions from all skill levels. If you’re interested in contributing, visit our [project list](https://github.com/orgs/akash-network/projects) to find a project that matches your skillset.
+
+
## Community Groups
The Akash Network is supported by a diverse group of users, contributors, and supporters. We strive to improve the project and work together efficiently. We’re proud of our progress over the years. All aspects of the Akash Network - from code to culture - are managed by the community and divided into three programs.
diff --git a/src/pages/development/[...slug].astro b/src/pages/development/[...slug].astro
index fa6b97f6..65e80c03 100644
--- a/src/pages/development/[...slug].astro
+++ b/src/pages/development/[...slug].astro
@@ -6,7 +6,6 @@ import { proseClasses } from "@/lib/prose-classes";
import type { MarkdownHeading } from "astro";
import { type CollectionEntry, getCollection } from "astro:content";
import clsx from "clsx";
-import { CalendarModal } from "@/components/development-pages/calendar-modal.tsx";
interface NavItem {
link: string;
@@ -73,7 +72,6 @@ if (akashInsidersIndex !== -1) {
-