How can I set a cookie on a visitor's choice so it would be saved and set as their permanent landing page (out of two) from now on?

You can use local wix-storage .

Thanks. I’ll check it out.
And can I then condition what would be the landing page based on that saved item?

Sure, you can check what’s in local wix-storage and based on the value, use wix-location.to() to redirect to the appropriate landing page.

Thank you so much!!