Hi Thomas
You can link to an anchor in a page by creating an External URL menu item and adding the anchor as a URL. Each module block on the template come with it own anchor so for example if you wish to link to your top-2 modules you would do the following..
1. Navigate to Menus -> [YourMenu] -> New
2. Click
Menu Item Type and select
System Links -> External URL
3. In the
Link field add
#top2_modules
4. In the
Link Type tab add
scrollto to the
Link CSS Style field to add the animated scroll effect.
Note you can create your own anchors by adding the following HTML in to a article/module
<div id="example"></div>
The above can then be linked to with
#example
Ciarán