diff --git a/content/index.erb b/content/index.erb
index e12b49f..eeca175 100644
--- a/content/index.erb
+++ b/content/index.erb
@@ -14,11 +14,10 @@ $(document).ready(function () {
 
 <div class="row">
   <div class="jumbotron col-md-12">
-    <h1>CentOS 7 is here</h1>
-    <p>The CentOS Project is pleased to <a href="http://lists.centos.org/pipermail/centos-announce/2014-July/020393.html">announce</a> the immediate availability of CentOS 7 for x86_64, including images for <a href="https://registry.hub.docker.com/_/centos/">docker</a>, and various cloud providers. There are many fundamental changes in this release, compared to previous releases of CentOS. Notably the inclusion of systemd, Gnome3, and a default filesystem of XFS. For more information about what makes CentOS 7 stand out, please see our <a href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7">release notes</a>.</p>
-    <p>With the release of CentOS 7, the board will be able to focus on getting the Community Builders online, and facilitating the progress for the several <a href="http://wiki.centos.org/SpecialInterestGroup">Special Interest Groups</a> that have been on hold during the release cycle.</p>
-    <p>Groups such as OpenStack, Xen4, Gluster, and oVirt can now customize CentOS Linux directly <em>inside the project</em>, building CentOS variants for new workloads on top of the slow-and-steady core platform. <a href="/variants">Read more about the variants proposal&raquo;</a></p>
-    <p></p>
+    <h1>CentOS 7 Updates</h1>
+    <p> The CentOS Project is happy to announce the availability of CentOS 7 (tag: 1503). This release includes a number of new features including a major update to IPA, which adds support for two-factor authentication. Other enhancements include the addition of OpenJDK 8, the return of Thunderbird, and improved container support.</p>
+    <p> We're also expanding the availability of CentOS images across a number of vendors, providing official images for <a href="https://aws.amazon.com/marketplace/pp/B00O7WM7QW">Amazon</a>, Google, and more. For self-hosted cloud, we also provide a generic cloud-init enabled image. </p>
+    <p>For more information about updates and improvements in CentOS 7, please check out the <a href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7">release notes</a></p>
     <div class="downloadbutton"><a href="/download/">Get CentOS 7 Now</a></div>
   </div>
 </div>
diff --git a/nanoc.yaml b/nanoc.yaml
index 9482167..f34df3f 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -92,5 +92,5 @@ deploy:
     options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ]
   test:
     kind: rsync
-    dst: "webcontent@testweb:/var/www/html/websitev2"
+    dst: "webcontent@webtest:/var/www/html/websitev2"
     options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ]