i need give the two options to users when they come to my site(like the following) even before loding the main pages of the site.
- Daily deals
- discount and Coupon codes
based on the user selection, i need to display the respective pages.
Now my query is “how to give these two option to users for their selection?”… Please suggest how this can be handled… is this same kind of thing is implemented in any of the website to have a better idea.
This is a very common design, many car dealerships show that as well. As soon as you visit the landing page, it has a pretty picture, and two BIG buttons: New Cars and Old Cars. Depending upon which button you click, you go to the two main pages.
So your website can have something like:
One trick to use is that when you find a cookie from one of the two main pages, you can automatically load that page. But this means that user should be able to switch between the two main sites using a top level menu.