I've been considering the idea of implementing a temporary screen that allows users to choose between different options before proceeding to a specific page.
For instance, on the contact page, users would be prompted with a question like "Are you looking to reach out to us for a purchase or to speak with our customer service team". Based on their selection, they would then be directed to the corresponding contact form (one to email the customer service team and one for the purchasing team).
Although I am still relatively new to HTML/CSS/JavaScript, I believe that creating this feature may call for more advanced JavaScript skills.