diff --git a/src/components/WelcomeCard.js b/src/components/WelcomeCard.js
index 457f5a9e1dec4753d7bd7fb064059e140e3cb700..77f70085b7b8984347c386bf77c78975d3461c7c 100644
--- a/src/components/WelcomeCard.js
+++ b/src/components/WelcomeCard.js
@@ -10,13 +10,16 @@ export default function WelcomeCard(props) {
         <div className="App">
             <Card>
                 <Card.Body>
-                    <h2>Welcome to the ASTRON HiPS server</h2>
+                    <h2>Welcome to the ASTRON HiPS service.</h2>
                     <Table>
                         <img src={hips_logo} />
 
                     </Table>
                     <Card.Text>
-                        <h3>May you find many hipses here.</h3>
+
+                        <p>On this page, you will find&nbsp;
+                            <a href="https://aladin.u-strasbg.fr/hips/">HiPS</a>es of several of our the surveys in the Virtual Observatory. </p>
+                        <p>Of course, our HiPSes are also listed in <a href="https://aladin.u-strasbg.fr/">Aladin</a></p>
                     </Card.Text>
                 </Card.Body>
             </Card>