Updates

Torey Heinz committed Feb 05, 2021
commit 46003219b5d85f80b73434e714f30ceef0d1b9d5
Showing 5 changed files with 4 additions and 12 deletions
app/views/pages/estimate.liquid +1 -1
@@ @@ -7,7 +7,7 @@ published: true
is_layout: false
editable_elements:
"main/heading": "We can wait to get started on your project!"
- "main/content": "When you're ready move forward with you project, this is the place to start. The more information you can give use here, the sooner we can get you an estimate. <p class='lead'>Complete the form below to get a free Estimate.</p>"
+ "main/content": "When you're ready move forward with you project, this is the place to start. The more information you can give use here, the sooner we can get you an estimate. <p class='lead'>Complete the form below to get an Estimate.</p>"
---
{% extends 'layouts/application' %}
{% block 'main' %}
app/views/pages/layouts/application.liquid +0 -7
@@ @@ -103,13 +103,6 @@ is_layout: true
{% include 'estimate_button' %}
</p>
</div>
- <div class="bottom row expanded text-center">
- <p>
- <small>
- You've reached the bottom of the page, please feel free to call if you have any questions: {% include 'phone_number' %}
- </small>
- </p>
- </div>
</footer>
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
{{ 'app.js' | javascript_tag }}
app/views/pages/services.liquid +1 -2
@@ @@ -7,7 +7,7 @@ published: true
is_layout: false
editable_elements:
"main/heading": "We can wait to get started on your project!"
- "main/content": "When you're ready move forward with you project, this is the place to start. The more information you can give use here, the sooner we can get you an estimate. <p class='lead'>Complete the form below to get a free Estimate.</p>"
+ "main/content": "When you're ready move forward with you project, this is the place to start. The more information you can give use here, the sooner we can get you an estimate. <p class='lead'>Complete the form below to get an Estimate.</p>"
---
{% extends 'layouts/application' %}
{% block 'main' %}
@@ @@ -23,4 +23,3 @@ editable_elements:
{% include 'featured-services' %}
{% include 'standard-services' %}
{% endblock %}
-
app/views/snippets/dropdown-menu.liquid +1 -1
@@ @@ -4,7 +4,7 @@
{% link_to 'services' %}
<ul class="menu">
{% for service in contents.services %}
- <li>{% link_to service %}</li>
+ <li><a href="{% path_to service %}">{{ service.title }}</a></li>
{% endfor %}
</ul>
</li>
app/views/snippets/estimate_button.liquid +1 -1
@@ @@ -1 +1 @@
- <a href="{% path_to 'estimate' %}" class="button"><strong>Get a Free Estimate</strong></a>
+ <a href="{% path_to 'estimate' %}" class="button"><strong>Get an Estimate</strong></a>