diff --git a/web/src/pages/Home/components/FeatureGrid/FeatureGrid.jsx b/web/src/pages/Home/components/FeatureGrid/FeatureGrid.jsx new file mode 100644 index 00000000..eff93ebd --- /dev/null +++ b/web/src/pages/Home/components/FeatureGrid/FeatureGrid.jsx @@ -0,0 +1,39 @@ +import "./styles.sass"; + +import LanguageFeature from "@/common/assets/feature/language.png"; +import ViewsFeature from "@/common/assets/feature/views.png"; +import IntegrationsFeature from "@/common/assets/feature/integrations.png"; +import CronFeature from "@/common/assets/feature/cron.png"; + +export const TRANSLATIONS_LINK = "https://crowdin.com/project/myspeed"; + +export const FeatureGrid = () => { + return ( +
Choose between different views to display your data.
+You can integrate MySpeed in WhatsApp, Discord, HealthChecks or your own Webhook
+Whether you want to check every 5 minutes or every 5 hours, MySpeed has you covered.
+