diff --git a/app/my-dashboard/my-dashboard.jade b/app/my-dashboard/my-dashboard.jade
index 7a185a33d..ea6441f50 100644
--- a/app/my-dashboard/my-dashboard.jade
+++ b/app/my-dashboard/my-dashboard.jade
@@ -16,8 +16,8 @@
     .tc-banner-placeholder.black.bg-image
       .container
         .title 2017 Topcoder Open
-        .subtitle The Ultimate Programming & Design tournament
-        .description Earn your way to the USA!
+        .subtitle October 21-24, 2017 </br>Buffalo, NY, USA
+        .description The Ultimate Programming and Design Tournament - The Final Stage
         a(href="http://tco17.topcoder.com/").cta.tc-btn-white.tc-btn-radius Learn More
     
   .srms(id="srms", ui-view="srms", ng-show="dashboard.showSRMs")
diff --git a/assets/css/directives/tc-banner.scss b/assets/css/directives/tc-banner.scss
index 63f1790ae..e0c4858cc 100644
--- a/assets/css/directives/tc-banner.scss
+++ b/assets/css/directives/tc-banner.scss
@@ -147,7 +147,7 @@ $tco-color-dark: #ea690b;
   }
 }
 .tc-banner-placeholder.bg-image {
-  background-image: url(../../images/home-hero.jpg);
+  background-image: url(../../images/tc-dashboard-tco17.png); 
   background-size: 100%;
   height: 352px;
   background-position: center 25%;
diff --git a/assets/images/tc-dashboard-tco17.png b/assets/images/tc-dashboard-tco17.png
new file mode 100644
index 000000000..f4e01af2b
Binary files /dev/null and b/assets/images/tc-dashboard-tco17.png differ