-<div style="text-align: center;">
- <a class="button" href="">Learn More</a>
- <a class="button" href="">Sign Up</a>
-</div>
+<% if !@user %>
+ <div style="text-align: center;">
+ <a class="button" href="<%= about_path %>"><%= t('layouts.learn_more') %></a>
+ <a class="button" href="<%= user_new_path %>"><%= t('layouts.sign_up') %></a>
+ </div>
+<% end %>