diff --git a/frontend/landing.html b/frontend/landing.html index 945b622..cf70316 100644 --- a/frontend/landing.html +++ b/frontend/landing.html @@ -1006,7 +1006,7 @@
Samsung Tizen
-
🌎
+
Any Browser
@@ -1036,10 +1036,10 @@ Price (15 devices/yr) - €1,188 - €1,440+ - €3,600+ - €1,800+ + €1,188 + €1,440+ + €3,600+ + €1,800+ Free tier @@ -1520,8 +1520,8 @@ const planCardsHtml = publicPlans.map((p, i) => `

${p.display_name}

-
${p.price_monthly > 0 ? '€' + p.price_monthly : 'Free'}${p.price_monthly > 0 ? '/mo' : ''}
- ${p.price_yearly > 0 ? `
or €${p.price_yearly}/year (save ${Math.round((1 - p.price_yearly / (p.price_monthly * 12)) * 100)}%)
` : '
 
'} +
${p.price_monthly > 0 ? "€" + p.price_monthly : 'Free'}${p.price_monthly > 0 ? '/mo' : ''}
+ ${p.price_yearly > 0 ? `
or €${p.price_yearly}/year (save ${Math.round((1 - p.price_yearly / (p.price_monthly * 12)) * 100)}%)
` : '
 
'}