I am trying to make a website for my portfolio and I need some help.
What I want is the client to be able to click on one of pictures and select it and then to get redirected to another page with another options.
I think I should save the choice with a state, but I do not have the proper vision how to proceed. Can you help me or give me an idea?
<div className="landing_3">
<p className="msg_2"> Customize the perfect gift</p>
<p className="msg_3"> Choose one of the options to start with : </p>
<div className="landing_3_items">
<img alt="" src={c3} className="landing_img" />
<img alt="" src={c4} className="landing_img" />
<img alt="" src={c5} className="landing_img" />
</div>
</div>