diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/customers/list/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/customers/list/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/customers/list/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/customers/list/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/dashboard/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/dashboard/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/dashboard/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/dashboard/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/orders/[id]/details/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/orders/[id]/details/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/orders/[id]/details/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/orders/[id]/details/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/orders/list/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/orders/list/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/orders/list/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/orders/list/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/[id]/detail/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/products/[id]/detail/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/[id]/detail/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/products/[id]/detail/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/[id]/edit/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/products/[id]/edit/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/[id]/edit/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/products/[id]/edit/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/add/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/products/add/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/add/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/products/add/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/category/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/products/category/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/category/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/products/category/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/ingredients/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/products/ingredients/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/ingredients/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/products/ingredients/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/list/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/products/list/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/list/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/products/list/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/units/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/products/units/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/products/units/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/products/units/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/settings/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/settings/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/settings/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/settings/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/inventory/list/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/stock/list/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/inventory/list/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/stock/list/page.tsx diff --git a/src/app/[lang]/(dashboard)/(private)/apps/ecommerce/inventory/adjustment/page.tsx b/src/app/[lang]/(dashboard)/(private)/apps/inventory/stock/restock/page.tsx similarity index 100% rename from src/app/[lang]/(dashboard)/(private)/apps/ecommerce/inventory/adjustment/page.tsx rename to src/app/[lang]/(dashboard)/(private)/apps/inventory/stock/restock/page.tsx