page refresh title issue fixed
diff --git a/website/templates/pages/about.html b/website/templates/pages/about.html
index 669aed9..7ccfa77 100644
--- a/website/templates/pages/about.html
+++ b/website/templates/pages/about.html
@@ -7,7 +7,7 @@
 {% block content %}
 <div class="layout-wrapper">
 	<div class="layout-main">
-	{{ obj.doc.company_introduction or "Some Introduction about your company that you would like your website visitor to know. More people than you think will read your About page. People always like to know who the are doing business with. Be authentic and avoid using jargon like 'value added services' etc. Be sure to update your company history and list of key team members in Website > About Us Settings" }}
+	{{ obj.doc.company_introduction or "<h2>About Us</h2><p>Some Introduction about your company that you would like your website visitor to know. More people than you think will read your About page. People always like to know who the are doing business with. Be authentic and avoid using jargon like 'value added services' etc. Be sure to update your company history and list of key team members in Website > About Us Settings</p>" }}
 	{% if obj.doclist.get({"doctype":"Company History"}) %}
 	<h3>{{ obj.doc.company_history_heading or "Company History" }}</h3>
 	<table class="table table-bordered" style="width: 100%; table-layout: fixed">