**Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> <img width="491" height="751" alt="Image" src="https://github.com/user-attachments/assets/daae4fa5-7308-455c-b151-39e90a065e0d" /> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> The carousel should be a continuous scroll (probably also somewhat like a bleed effect) **BEFORE MERGING** - [ ] Storybooks created where possible - [ ] Tested with [react testing library](https://testing-library.com/docs/react-testing-library/example-intro) - [ ] Tests written for critical interactions - [ ] PR Reviewed (For non-trivial changes) - [ ] Changes tested after rebasing on master or merging in master (_hint_: `git fetch origin master:master`, then `git rebase master` or `git merge master`) - [ ] All required PR checks passing
Is your feature request related to a problem? Please describe.
Additional context
The carousel should be a continuous scroll (probably also somewhat like a bleed effect)
BEFORE MERGING
git fetch origin master:master, thengit rebase masterorgit merge master)