Moves store entities to stores module
Refactors the codebase by moving store-related entities, models, and response models from the home module to the stores module.
This change enhances modularity and promotes code reuse, as these components are now more logically grouped within the stores feature.
This also updates the home module to import the store entities from the new location.