diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index b644c51..532c789 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -111,11 +111,6 @@ export default function ProjectsPage() {
))} - {/* Scroll runway: lets the last cards' ScrollTrigger exit points be - reached past the visible area, so on short viewports the second-to-last - card animates out off-screen instead of being frozen mid-exit at the - bottom of the scroll. Tune the height if a card is still caught. */} -
); }