diff --git a/CHANGELOG.md b/CHANGELOG.md index 74db103e5..8ebc2e6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Extended the testimonial section on the landing page - Added support for localized routes in Spanish (`es`) ### Changed diff --git a/apps/client/src/app/pages/landing/landing-page.component.ts b/apps/client/src/app/pages/landing/landing-page.component.ts index 453534299..5d964589a 100644 --- a/apps/client/src/app/pages/landing/landing-page.component.ts +++ b/apps/client/src/app/pages/landing/landing-page.component.ts @@ -59,6 +59,19 @@ export class LandingPageComponent implements OnDestroy, OnInit { country: 'Germany πŸ‡©πŸ‡ͺ', quote: 'Super slim app with a great user interface. On top of that, it’s open source.' + }, + { + author: 'Sal', + country: 'Canada πŸ‡¨πŸ‡¦', + quote: + 'Ghostfolio is one of the best tools I have used for tracking my investments. I intend to spread the word to all my friends.' + }, + { + author: 'Thomas', + country: 'Creator of Ghostfolio, Switzerland πŸ‡¨πŸ‡­', + quote: + 'My investment strategy has become more structured through the daily use of Ghostfolio.', + url: 'https://dotsilver.ch' } ];