Hi Zufar, the landing page that you showed is in Greenlight 3.0.4
I have modified my Greenlight landing page as per the instructions at
I changed 3 files, en.json, HomepageFeatureCard.jsx, HomePage.jsx
So that my landing page looks like this, see attachment, which also has the changes that I made to each file.
Dont forget to make the changes to docker-compose.yml as per the instructions, for me they were
- ./en.json:/usr/src/app/app/assets/locales/en.json
- ./HomePage.jsx:/usr/src/app/app/javascript/components/home/HomePage.jsx
- ./HomepageFeatureCard.jsx:/usr/src/app/app/javascript/components/home/HomepageFeatureCard.jsx
I trust that this helps