- IF we want dynamic route such as
/products/:productIdthen we write that in a[]as a folder name
products > [productId]
- To get the productId in page.tx which is inside the
[productId]we get the paramater(params) in the component
export default function ProductDetails({
params,

