diff --git a/frontend/js/views/billing.js b/frontend/js/views/billing.js
index 3feea59..014a372 100644
--- a/frontend/js/views/billing.js
+++ b/frontend/js/views/billing.js
@@ -77,7 +77,7 @@ export async function render(container) {
${p.id === subData.plan.id ? `
${t('billing.current')}
` : ''}
${p.display_name}
- ${p.price_monthly > 0 ? `$${p.price_monthly}${t('billing.per_month')}` : t('billing.free')}
+ ${p.price_monthly > 0 ? `€${p.price_monthly}${t('billing.per_month')}` : t('billing.free')}
${p.max_devices === -1 ? t('billing.unlimited') : p.max_devices} ${t('billing.devices_lc')}
diff --git a/frontend/landing.html b/frontend/landing.html
index f619e9a..502f96b 100644
--- a/frontend/landing.html
+++ b/frontend/landing.html
@@ -42,6 +42,12 @@
+
+
+
+
+
+