Next.js has two routing modes: Page Router and App Router. Here we take App mode as an example. For more information about App Router, please refer to Next.js documentation.Create a new trade/[symbol] directory under the /app directory, create a page.tsx file, and add the following code: