I used the following code to the menu component
I'm trying to make a Landing Page
Code:
<li class="<?php echo $item->classes; ?>">
<a href="#<?php echo htmlspecialchars($item->slug); ?>">
<?php echo htmlspecialchars($item->text); ?>
</a>
</li>