fix(cna): use correct postcss plugins syntax (#79949)
this updates all CNA templates to use the correct object syntax for
postcss plugins.
this was done previously in https://github.com/vercel/next.js/pull/77376
but only for the `--empty` CNA templates.
Co-authored-by: Tim Neutkens <tim@timneutkens.nl>