Welcome to Static Page
This paraphraph right here is rendered statically using Next.js. By generating the content on the server at build time, Next.js ensures that search engines can easily crawl and index this page, boosting its SEO. Plus, serving static content leads to faster load times and a smoother user experience. And if I need interactivity, Next.js allows to use the "use client" directive for specific components.
Pretty cool, right? Now navigate to the 'Client Page' to check how interactivity is added is added in Next.js!