Skip to content

Commit 907b8d1

Browse files
authored
Remove placeholder links on home page (#423)
2 parents cc483a5 + 5e72e9c commit 907b8d1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

app/views/home/index.html.erb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,7 @@
9797
<div class="col-lg-6 text-center">
9898
<h2>Get In Touch</h2>
9999
<p class="lead mb-4">Questions? We're here to help.</p>
100-
<div class="d-grid gap-2">
101-
<a href="mailto:[email protected]" class="btn btn-primary">Email Us</a>
102-
<a href="#survey" class="btn btn-outline-primary">Take Our Survey</a>
103-
</div>
100+
<a href="mailto:[email protected]" class="btn btn-primary">Email Us</a>
104101
</div>
105102
</div>
106103
</div>
@@ -115,10 +112,6 @@
115112
<div class="col-md-6">
116113
<p class="mb-0">© 2025 SkillRx</p>
117114
</div>
118-
<div class="col-md-6 text-md-end">
119-
<a href="#privacy" class="text-white me-3">Privacy Policy</a>
120-
<a href="#terms" class="text-white">Terms of Use</a>
121-
</div>
122115
</div>
123116
</div>
124117
</footer>

0 commit comments

Comments
 (0)