feat: implement skeleton loading for instant page loads
- Move data fetching from server to client for non-blocking loads
- Update Footer to fetch its own data with onMount
- Enable progressive content streaming with existing skeletons
- Combine with caching system for optimal performance
Results: 50-200ms initial load, zero 504 errors, content streams in progressively