fix: merged Inez #75 with this branch for refactoring
Inez had trouble with the details page and asked for help. I merged her code and refactored it in this branch,. So when we merge this branch her details layout will be merged into dev branch as well.
refactor: simplify main layout and disable unused project grid styling (#74) (#86)
Removed unused components and commented out .projects-grid styling for cleaner layout structure
fix: re-enable load function to fetch sponsor data (#74) (#86)
Uncommented and restored the async load function to properly return sponsor data from the api
Merge pull request #80 from fdnd-agency/header-46
#46 Header - The First Version
The Logo and Header Component will be added to the dev branch with this merge.
Style: restructure page layout and add spacing (#74)
Updated the page structure with grid layout for projects and added margin below the about section for better spacing
Feat: load both projects and sponsors data in layout (#74)
fetches projects and sponsors together using promise.all for faster and cleaner data loading