Hi londonstudio,
I think you are mentioning to the onepage section, For this template they are not menu items as normal, you can go to the template back-end >> Layouts tab there you go to edit the default layout you would see those defined blocks
<page name=”about-us1″ type=”modules” title=”About us” class=”light first-item”>page1</page>
<page name=”features” type=”modules” title=”Features” class=”dark”>page2</page>
<page name=”services” type=”modules” title=”Services” class=”light”>page3</page>
<page name=”video” type=”modules” title=”Video” class=”dark”>page4</page>
<page name=”gallery” type=”modules” title=”Gallery” class=”light”>page5</page>
<page name=”blog” type=”modules” title=”Blog” class=”light”>page6</page>
<page name=”faq” type=”modules” title=”Faq” class=”light”>page7</page>
<page name=”contact-us” type=”modules” title=”Contact us” class=”light last-item”>page8</page>
You can make on change the title attributes there .