Roshaan I went through the "Getting Started" section and then played around a bit. To me, it felt a bit more like writing a traditional React app created with CRA. It had been a while since I had written react code like that so I found it refreshing. You might just work through that same "getting started" when you have some spare time and see how you like it. Seems like consensus around the internet is that Remix allows you to move faster on simple sites.
For large production apps though, it looks like NextJS is still ahead. The Vercel team is great and is supporting Next very well, and that ecosystem is expanding rapidly, and having the Vercel platform as a first class deploy target simplifies a lot of things.
Again, I don't think there is a "wrong" way to go. Just different flavors.