Update content for /membership

Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/content/en_exploreMembership.php b/content/en_exploreMembership.php
index 8515bfb..7b74008 100644
--- a/content/en_exploreMembership.php
+++ b/content/en_exploreMembership.php
@@ -12,7 +12,7 @@
  ?>
 <div class="row">
   <div class="col-xs-24">
-    <h1>Explore The Eclipse Membership</h1>
+    <h1><?php print $pageTitle; ?></h1>
   </div>
 </div>
 <div class="row">
diff --git a/exploreMembership.php b/exploreMembership.php
index 6da1b49..6a12bd0 100644
--- a/exploreMembership.php
+++ b/exploreMembership.php
@@ -21,7 +21,7 @@
 $Membership = New Membership();

 

 // Begin: page-specific settings.  Change these.

-$pageTitle = "Eclipse Membership";

+$pageTitle = "Explore Our Members";

 $Theme->setPageTitle($pageTitle);

 $Theme->setPageKeywords("Eclipse membership, eclipse members, Become an Eclipse member, Membership FAQ");

 $Theme->setPageAuthor("Christopher Guindon");

diff --git a/index.php b/index.php
index af83cfc..cefb732 100644
--- a/index.php
+++ b/index.php
@@ -36,7 +36,7 @@
     <div class="row">
       <div class="col-md-20 col-md-offset-2 col-sm-18 col-sm-offset-3">
         <h1><?php print $pageTitle; ?></h1>
-        <p>Through the support of our member organizations, the Eclipse Foundation provides the open source community with IT, Intellectual Property, Mentors and Marketing services.</p>
+        <p>Supported by our member organizations, the Eclipse Foundation provides our community with Intellectual Property, Mentorship, Marketing, Event and IT Services</p>
       </div>
     </div>
   </div>