Smooth scrolling effect using Lenis with horizontal project showcase. Scroll vertically to move through horizontal content.
| Prop | Type | Default | Description |
|---|---|---|---|
| projects | Array<{ name: string; img: string; year: string }> | default projects | Array of project objects. Each project has: name (project title), img (image URL), year (project year) |
| projectsPerRow | number | 9 | Number of projects to display per row |
| totalRows | number | 10 | Total number of rows to render |