diff --git a/frontend/src/app/blog/[articleSlug]/loading.tsx b/frontend/src/app/blog/[articleSlug]/loading.tsx
deleted file mode 100644
index 0ccf7c1..0000000
--- a/frontend/src/app/blog/[articleSlug]/loading.tsx
+++ /dev/null
@@ -1,15 +0,0 @@
-import { Skeleton } from "@shadcn/skeleton";
-import React from "react";
-
-export default function Loading() {
- return (
-
- {/* Full width div, split into two equal portions */}
-
- {/* Square */}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/* Circle */}
-
-
-
-
-
-
+
+
);
}
diff --git a/frontend/src/app/projects/[projectSlug]/loading.tsx b/frontend/src/app/projects/[projectSlug]/loading.tsx
deleted file mode 100644
index 88f1dfd..0000000
--- a/frontend/src/app/projects/[projectSlug]/loading.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-import React from "react";
-
-// Assuming the correct import path for the Skeleton component
-import { Skeleton } from "@shadcn/skeleton";
-
-export default function Loading() {
- return (
-
-
-
-
- );
-}
diff --git a/frontend/src/app/satellites/[satelliteSlug]/loading.tsx b/frontend/src/app/satellites/[satelliteSlug]/loading.tsx
deleted file mode 100644
index a9a09ca..0000000
--- a/frontend/src/app/satellites/[satelliteSlug]/loading.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-import React from "react";
-
-import { Skeleton } from "@shadcn/skeleton";
-
-export default function Loading() {
- return (
-
-
-
-
-
- );
-}
diff --git a/frontend/src/app/satellites/loading.tsx b/frontend/src/app/satellites/loading.tsx
deleted file mode 100644
index 3ed65d0..0000000
--- a/frontend/src/app/satellites/loading.tsx
+++ /dev/null
@@ -1,23 +0,0 @@
-import { Skeleton } from "@shadcn/skeleton";
-import React from "react";
-
-export default function Loading() {
- return (
-
- {/* Full width div, split into three equal portions */}
-
-
- );
-}