diff --git a/src/app/(category-sidebar)/products/[category]/[subcategory]/[product]/loading.tsx b/src/app/(category-sidebar)/products/[category]/[subcategory]/[product]/loading.tsx
deleted file mode 100644
index 0af39dd..0000000
--- a/src/app/(category-sidebar)/products/[category]/[subcategory]/[product]/loading.tsx
+++ /dev/null
@@ -1,10 +0,0 @@
-import { LoadingPage } from "@/components/loading";
-
-/**
- * v0 by Vercel.
- * @see https://v0.dev/t/Z1bVbMZYEOI
- * Documentation: https://v0.dev/docs#integrating-generated-code-into-your-nextjs-app
- */
-export default function Page() {
- return ;
-}
diff --git a/src/app/(category-sidebar)/products/[category]/[subcategory]/loading.tsx b/src/app/(category-sidebar)/products/[category]/[subcategory]/loading.tsx
deleted file mode 100644
index 0af39dd..0000000
--- a/src/app/(category-sidebar)/products/[category]/[subcategory]/loading.tsx
+++ /dev/null
@@ -1,10 +0,0 @@
-import { LoadingPage } from "@/components/loading";
-
-/**
- * v0 by Vercel.
- * @see https://v0.dev/t/Z1bVbMZYEOI
- * Documentation: https://v0.dev/docs#integrating-generated-code-into-your-nextjs-app
- */
-export default function Page() {
- return ;
-}
diff --git a/src/app/(category-sidebar)/products/[category]/loading.tsx b/src/app/(category-sidebar)/products/[category]/loading.tsx
deleted file mode 100644
index 0af39dd..0000000
--- a/src/app/(category-sidebar)/products/[category]/loading.tsx
+++ /dev/null
@@ -1,10 +0,0 @@
-import { LoadingPage } from "@/components/loading";
-
-/**
- * v0 by Vercel.
- * @see https://v0.dev/t/Z1bVbMZYEOI
- * Documentation: https://v0.dev/docs#integrating-generated-code-into-your-nextjs-app
- */
-export default function Page() {
- return ;
-}
diff --git a/src/components/loading.tsx b/src/components/loading.tsx
deleted file mode 100644
index bc2228c..0000000
--- a/src/components/loading.tsx
+++ /dev/null
@@ -1,70 +0,0 @@
-export function LoadingPage() {
- // take up the full screen and center the spinner
- return (
-
- );
-}