Update stories
diff --git a/contents/index.php b/contents/index.php
index ba1c363..8519ec0 100644
--- a/contents/index.php
+++ b/contents/index.php
@@ -11,13 +11,35 @@
         <p class="lead" style="color:black">MQTT and MQTT-SN are lightweight publish/subscribe messaging transports, 
           for TCP/IP and connectionless protocols (such as UDP) respectively.</p>
 
-        <p class="lead" style="color:black">The Eclipse Paho project provides open source, mainly client side, implementations of 
+        <p class="lead" style="color:black">The Eclipse Paho project provides open source, mainly client side, 
+        <a href="index.php?page=downloads.php">implementations</a> of 
         MQTT and MQTT-SN in a variety of programming languages.</p>
         </div>
         </div>
     </div>
 </div>
 
+<div class="jumbotron jumbotron-fluid">
+    <div class="text-center">
+     <div class="row">
+        <div class="col-md-4">
+        <h4 class="lead" style="color:black">Paho User Stories<a href="index.php?page=whoisusing/index.php">
+<span class="featured-circle featured-circle-stats">
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" 
+stroke-linecap="round" stroke-linejoin="round" class="feather feather-users">
+<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg>
+</span></a></h4>
+        </div>
+        <div class="col">
+        <p class="lead" style="color:black">We are sure that there are many of you who are using Paho components in projects, and we'd like
+        to hear from you.</p>
+
+        <p class="lead" style="color:black">If you are using Paho, please tell us your story by sending an <a href="mailto: paho-success@eclipse.org">email</a></p>
+        </div>
+        </div>
+    </div>
+</div>
+
  
     <div id="myCarousel" class="carousel slide" data-ride="carousel">
         <!-- Indicators -->
diff --git a/contents/whoisusing/index.php b/contents/whoisusing/index.php
index 87d0203..526a5ff 100644
--- a/contents/whoisusing/index.php
+++ b/contents/whoisusing/index.php
@@ -1,4 +1,4 @@
-<?php  ?>
+<?php?>
 
 <h1>Who is using Paho?</h1>
 
diff --git a/index.php b/index.php
index 98b14eb..87cbd27 100644
--- a/index.php
+++ b/index.php
@@ -63,7 +63,7 @@
   'url' => 'index.php?page=downloads.php', // Required
   'title' => 'Download', // Required
   // 'target' => '_blank', // Optional
-  'text' => 'Eclipse Paho Components' // Optional
+  'text' => 'Details and comparison of all Paho components' // Optional
 );
 
 $links[] = array(