diff --git a/src/app/body/aboutus/aboutus.component.html b/src/app/body/aboutus/aboutus.component.html
index bc08fc7..a78652a 100644
--- a/src/app/body/aboutus/aboutus.component.html
+++ b/src/app/body/aboutus/aboutus.component.html
@@ -96,7 +96,7 @@
                 <div class="col-md-5">
                     <div class="value_col">
                         <div class="value_img">
-                            <img src="../../../assets/img/vector-smart-object@3x.png" alt="hand">
+                            <img src="../../../assets/img/excellence.png" alt="hand">
                         </div>
                         <h6>EXCELLENCE</h6>
                         <p>We work to inspire and bring innovation to each of our products. Our primary goal is for our clients to excel at all levels of their business. We make sure our products are highly efficient and are customized precisely for success. </p>
@@ -105,7 +105,7 @@
                 <div class="col-md-5">
                     <div class="value_col">
                         <div class="value_img">
-                            <img src="../../../assets/img/bulb.png" alt="bulb">
+                            <img src="../../../assets/img/creativity.png" alt="bulb">
                         </div>
                         <h6>CREATIVITY</h6>
                         <p>We believe in the power of creativity to transform our products and make them highly captivating. With innovation and perfectionism guiding our team, we strive to deliver premium quality products, in the most artistic form. 
@@ -117,7 +117,7 @@
                 <div class="col-md-5">
                     <div class="value_col">
                         <div class="value_img">
-                            <img src="../../../assets/img/vector-smart-object@3x.png" alt="hand">
+                            <img src="../../../assets/img/cleancode.png" alt="hand">
                         </div>
                         <h6>CLEAN CODE</h6>
                         <p>We ensure adaptability and clarity with each of our products by providing well-structured, easily understandable code, to guarantee 100% customizability and usability, without any compromise in efficiency and performance.</p>
@@ -126,7 +126,7 @@
                 <div class="col-md-5">
                     <div class="value_col">
                         <div class="value_img">
-                            <img src="../../../assets/img/bulb.png" alt="bulb">
+                            <img src="../../../assets/img/integrity.png" alt="bulb">
                         </div>
                         <h6>INTEGRITY</h6>
                         <p>With effective communication and team work, our workforce upholds integrity and honesty with prime importance. We ensure our quality of integrity and confidence in work is reflected well into each of our products. </p>
diff --git a/src/app/footer/footer.component.html b/src/app/footer/footer.component.html
index 81455b3..ccb0b57 100644
--- a/src/app/footer/footer.component.html
+++ b/src/app/footer/footer.component.html
@@ -34,7 +34,7 @@
                                 <h5>Need Help</h5>
                                 
                               
-                                        <li><a href="#!">Support@codeinfotec.com</a></li>
+                                        <li><a  href="mailto:support@codeinfotec.com">Support@codeinfotec.com</a></li>
                                         <li><a (click)="goToPage('terms')">Terms of Service</a></li>
                                         <li><a (click)="goToPage('privacypolicy')"> Privacy Policy</a></li>
                                         <li><a href="#!">Blogs</a></li>
diff --git a/src/app/footer/footer.component.ts b/src/app/footer/footer.component.ts
index 4273d4b..32fcc91 100644
--- a/src/app/footer/footer.component.ts
+++ b/src/app/footer/footer.component.ts
@@ -14,5 +14,6 @@ export class FooterComponent implements OnInit {
   }
   goToPage(path,data=null){
     this.router.navigateByUrl(path,{queryParams:data});
+    document.body.scrollTop = document.documentElement.scrollTop = 0;
     }
 }
diff --git a/src/app/header/header.component.ts b/src/app/header/header.component.ts
index fc892a7..fa69878 100644
--- a/src/app/header/header.component.ts
+++ b/src/app/header/header.component.ts
@@ -34,5 +34,6 @@ export class HeaderComponent implements OnInit {
 
   goToPage(path,data=null){
     this.router.navigateByUrl(path,{queryParams:data});
+    document.body.scrollTop = document.documentElement.scrollTop = 0;
     }
 }
diff --git a/src/assets/img/cleancode.png b/src/assets/img/cleancode.png
new file mode 100644
index 0000000..2d5a947
Binary files /dev/null and b/src/assets/img/cleancode.png differ
diff --git a/src/assets/img/creativity.png b/src/assets/img/creativity.png
new file mode 100644
index 0000000..72c4d55
Binary files /dev/null and b/src/assets/img/creativity.png differ
diff --git a/src/assets/img/excellence.png b/src/assets/img/excellence.png
new file mode 100644
index 0000000..b3cb7c4
Binary files /dev/null and b/src/assets/img/excellence.png differ
diff --git a/src/assets/img/integrity.png b/src/assets/img/integrity.png
new file mode 100644
index 0000000..85a2a21
Binary files /dev/null and b/src/assets/img/integrity.png differ