Add the heroku remote:
heroku git:remote -a crown-e-commerce
Remove the mars builpack:
heroku buildpacks:remove https://github.com/mars/create-react-app-buildpack.git
Set the Stripe key to heroku environment variables
heroku config:set STRIPE_SECRET_KEY=your_stripe_key_without_quotes