Feature/extend testimonial section (#2018)

* Add testimonials

* Update changelog
pull/2019/head
Thomas Kaul 1 year ago committed by GitHub
parent f589ccb775
commit d7e682b65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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, its 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'
}
];

Loading…
Cancel
Save