diff --git a/website/src/locales/en.json b/website/src/locales/en.json index 010fe2d5..63baf0d3 100644 --- a/website/src/locales/en.json +++ b/website/src/locales/en.json @@ -365,6 +365,8 @@ "maps": "Global and local maps", "maps_description": "A large collection of basemaps and overlays to help you craft your next outdoor adventure, or visualize your latest achievement.", "data_visualization": "Data visualization", - "data_visualization_description": "An interactive elevation profile with detailed statistics to analyze recorded activities and future objectives." + "data_visualization_description": "An interactive elevation profile with detailed statistics to analyze recorded activities and future objectives.", + "identity": "Free, ad-free and open-source", + "identity_description": "The website is free to use, without ads, and the source code is publicly available on GitHub. This is only possible thanks to the incredible support of the community." } } \ No newline at end of file diff --git a/website/src/routes/[...language]/+page.svelte b/website/src/routes/[...language]/+page.svelte index 1afbe2d3..5d685c99 100644 --- a/website/src/routes/[...language]/+page.svelte +++ b/website/src/routes/[...language]/+page.svelte @@ -6,7 +6,7 @@ import GPXStatistics from '$lib/components/GPXStatistics.svelte'; import Routing from '$lib/components/toolbar/tools/routing/Routing.svelte'; import { settings } from '$lib/db'; - import { BookOpenText, Heart, Map } from 'lucide-svelte'; + import { BookOpenText, Heart, LineChart, Map, PencilRuler, Route, Scale } from 'lucide-svelte'; import { _, locale } from 'svelte-i18n'; import { exampleGPXFile } from '$lib/assets/example'; import { writable } from 'svelte/store'; @@ -74,7 +74,10 @@
{$_('homepage.route_planning_description')}
{$_('homepage.file_processing_description')}
{$_('homepage.maps_description')}
{$_('homepage.data_visualization_description')}
+{$_('homepage.data_visualization_description')}
{$_('homepage.identity_description')}
+