Adjacent routes — click a node to open it.userflow
flowchart LR
Start(["Visitor arrives"]) --> Home["/ (Landing)"]
Home --> CapDetail["/expertises/<slug>/"]
Home --> EngQual["/contact/#call-qualifier"]
Home --> Projects["/realisations/"]
Home --> CV["/parcours/"]
CapDetail --> EngQual
Projects --> CV
CV --> EngQual
EngQual --> End(["Engagement started"])
click Home "https://mickael-umt.com/" "Open Home"
click CapDetail "https://mickael-umt.com/expertises/agentic-ai/" "Open Offer"
click EngQual "https://mickael-umt.com/contact/#call-qualifier" "Open Qualification"
click Projects "https://mickael-umt.com/realisations/" "Open Evidence"
click CV "https://mickael-umt.com/parcours/" "Open CV"
click End "https://mickael-umt.com/contact/#call-qualifier" "Open Qualification"