Create A Main Menu For Sorting Scenes Into Groups

Hello, I’m trying to sort my unity project into groups. So let.s say i’ve got 10 scenes. (5 scenes with flowers, 5 scenes with perfumes). I got 2 buttons in main menu 1 is flowers, 1 perfumes. I want the user when pressing flowers button in main menu, to only be able to get the flower scenes, same to perfumes. Note: i do not want the user to be able to select a certain scene. I just want when he is pressing flowers button from main menu to get the first scene from those 5 flowers scenes. Please give some advice, i.m tryng to figure how to do this but i.m stuck. If you need any further explanation don.t hesitate to contact me.

SceneManager.LoadScene(indexOfTheSceneToLoad)

All you need is the index of your flower and perfume scenes to replace the values in the parenthesis.

I don.t think i explained good enaugh, but thx for your answer anyway, i will try another thing tomorow, i,m thinking at another solutions.