Animated Tabs
Animated tabs using Framer Motion with a smoothly transitioning active background that animates from one tab to another
Animated tabs using Framer Motion with a smoothly transitioning active background that animates from one tab to another
We use lenis for smooth scrolling:
'use client'import { ReactLenis } from 'lenis/react'export default function HorizontalScroll(): JSX.Element {return (<ReactLenis root>{ /* content */ }</ReactLenis>)}