I'm trying to think of the best approach to reuse my components for different brands, In the pages folder in my Nextjs application, I want to create pages for different brands, each brand has a primary color and others characteristics. How can I change the the SASS and reuse the components?
Thank you!