Improve styling and data consistency across components
- Added `whitespace-nowrap` to Badge component for better layout control.
- Changed JobCard list styling to `list-outside` and adjusted tag scrolling.
- Updated project titles and tags in rannesDevData for accuracy.
```
Add resume components and job data for SvelteKit app
- Added `PageHeader`, `JobCard`, `Card`, and `Badge` components
- Integrated job data for Quantified Impacts and Rannes.dev
- Updated layout and page structure with new components
- Included LinkedIn profile image and social links
- Installed `@lucide/svelte` for icons
- Removed unused `$lib/index.ts`
```