This PR introduces skeleton loaders to the Home and Dashboard components to improve user experience during data loading.
Home Component: Added a PostSkeleton to show placeholders while posts load, improving user experience with a visual indicator for loading content.
Dashboard Component: Created a SkeletonLoader component that appears during tab changes (for profile, posts, users, comments, and dash tabs) to ensure smoother transitions and prevent blank screens.
This PR introduces skeleton loaders to the Home and Dashboard components to improve user experience during data loading.