Open Issues Need Help
View All on GitHubAI Summary: Implement a community profile page for the StreamFi platform, matching a provided Figma design. This involves creating the UI using Next.js/React, ShadCN components, Framer Motion for animations, and populating it with mock data. Responsiveness across all screen sizes is crucial. The component should be stored in `components/community/ProfilePage.tsx` and mock data in `data/community/profile.ts`.
AI Summary: Implement a community leaderboard UI component for the Streamfi Community website, matching a provided Figma design. The component should use existing styling and layout conventions from the forum page, be responsive across all screen sizes, include subtle animations, and use placeholder data. The component should be stored in `components/community/Leaderboard.tsx`, with a potential dummy data file at `data/community/leaderboard.ts`.