## Description - Implement Why Trajectfi and Noteable Articles UI - Follow Figma design: [Here](https://www.figma.com/design/PA2RC4F8pa66uT6i4q2ICd/Trajectifi?node-id=14-805&t=doKVSby1BJvKiw88-4) and [Here](https://www.figma.com/design/PA2RC4F8pa66uT6i4q2ICd/Trajectifi?node-id=11-290&t=doKVSby1BJvKiw88-4) ## Proposed Actions: 1. Fork and Create a Branch: - ```git checkout -b fix-[issue-number] ``` 2. Implement Changes: - Implement this tasks in the `website` folder - Create a component a why.tsx and noteable-articles.tsx component - Make it mobile responsive as accuratetly as possible - In the noteable.tsx desktop view, make sure it's scrollable horizontally - Utilize Tailwindcss - Match Figma design & maintain state transitions and colors 3. Test & Commit: - Ensure Responsive layout and color consistency - Commit message: ``` git commit -m "feat: create why Trajectfi and noteable articles ui"``` Guidelines: - Assignment required before PR submission - Timeframe: 24 hours - PR description must include: Close #[issue_id]
Description
Proposed Actions:
Fork and Create a Branch:
git checkout -b fix-[issue-number]Implement Changes:
websitefolderTest & Commit:
git commit -m "feat: create why Trajectfi and noteable articles ui"Guidelines: