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')}

+

+ + {$_('homepage.route_planning')} +

{$_('homepage.route_planning_description')}

@@ -85,14 +88,20 @@
-

{$_('homepage.file_processing')}

+

+ + {$_('homepage.file_processing')} +

{$_('homepage.file_processing_description')}

@@ -102,7 +111,10 @@ class="markdown flex flex-col md:flex-row gap-x-12 gap-y-6 items-center justify-between max-w-5xl" >
-

{$_('homepage.maps')}

+

+ + {$_('homepage.maps')} +

{$_('homepage.maps_description')}

@@ -134,10 +146,13 @@
-
-
-

{$_('homepage.data_visualization')}

-

{$_('homepage.data_visualization_description')}

+
+
+

+ + {$_('homepage.data_visualization')} +

+

{$_('homepage.data_visualization_description')}

+
+
+
+

+ + {$_('homepage.identity')} +

+

{$_('homepage.identity_description')}

+
+ + + + +
+