📄️ Static Site Generation (SSG)
When using Static Site Generation in Next.js (App Router), you typically need to define generateStaticParams in every page (page.tsx).
📄️ Language Switcher
To create a language switcher that maintains the current page, use the normalize prop of the Link component.