diff --git a/docs/components/custom-apps/web-app/homepage.md b/docs/components/custom-apps/web-app/homepage.md
index 4eed13ffdbd2a18ad0ee3096f32fa1b37b982f9e..d3463a2b86d1d7e92df1ab3ee6238e55af9d2b3b 100644
--- a/docs/components/custom-apps/web-app/homepage.md
+++ b/docs/components/custom-apps/web-app/homepage.md
@@ -2,13 +2,11 @@
 
 ![Homepage](../../../assets/webapp/homepage.png)
 
-This is the landing page of data.grandlyon.com.
+This is the landing page of the data.grandlyon.com Web portal. The main goal of this page is to encourage the user to discover the dataset catalog. Two entrypoints are provided:
 
-The main goal of the page is to encourage the user to discover the catalog of dataset. To do so, it gives two entrypoints:
+* The search bar, allowing the user to find datasets that match the typed search terms. For more information about the search bar, please refer to [this](./header.md#Search-bar) section of the documentation.
+* The explore button, which redirects the user to the search results page, with no filter activated: all the datasets are returned.
 
-* The search bar, it allows the user to find dataset that match, with more or less accuracy, with the search string he/she typed. For more information about the search bar please refer to [this](./header.md#Search-bar) section of the documentation.
-* The explore button, it also redirects the user to the search page but with no particular criteria and let him or her freely discover the available dataset.
+The homepage also highlights the three latest news, retrieved from the search engine. In case any post is tagged as "featured" - a fonctionnality provided by the [Ghost CMS](../../off-the-shelf-apps/cms.md) - such post occupies the leftmost position. *QUESTION*: *what if multiple posts are featured* ?
 
-The homepage also highlights the lastest news. Indeed the page retrieves from elasticsearch, where the content of our [CMS Ghost](../../off-the-shelf-apps/cms.md) as been indexed, the last three articles. However based on one of Ghost's functionality, that allow to *feature* an article, the first of the three news will always be the featured article when one exists.
-
-An `All news` button allows one to access the search page with the `News` tab directly selected.
+Finally, the `All news` button allows one to land on the `News` tab of search results page.