diff options
| -rw-r--r-- | templates/index.html.j2 | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 67090d7..33c614d 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -92,7 +92,7 @@  		</p>  		<p> -			We are ready and excited to serve you as you discover your path to success. Contact us today to begin your +			We are ready and excited to serve you as you discover your path to success. <a href="#contact">Contact us</a> today to begin your  			journey.  		</p>  	</div> @@ -127,4 +127,4 @@  	{% let stars = 0 %}  	{% include "review.html.j2" %}  </section> -{% endblock %}
\ No newline at end of file +{% endblock %} |