diff --git a/locales/en.json b/locales/en.json
index 741d34cdd..64cf73869 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -60,11 +60,6 @@
"landing": {
"intro": {
"exploreFeatures": "Explore all features",
- "features": {
- "collaboration": "Real time collaboration",
- "katex": "Works with charts and KaTeX",
- "slides": "Supports slide mode"
- },
"markdownWhileLoading": "Loading...",
"markdownLoadingError": "Error while fetching intro content"
},
diff --git a/src/components/intro-page/feature-links.tsx b/src/components/intro-page/feature-links.tsx
deleted file mode 100644
index 266b91a08..000000000
--- a/src/components/intro-page/feature-links.tsx
+++ /dev/null
@@ -1,49 +0,0 @@
-/*
- * SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
- *
- * SPDX-License-Identifier: AGPL-3.0-only
- */
-
-import Link from 'next/link'
-import React from 'react'
-import { Col, Row } from 'react-bootstrap'
-import { Trans, useTranslation } from 'react-i18next'
-import { ForkAwesomeIcon } from '../common/fork-awesome/fork-awesome-icon'
-
-export const FeatureLinks: React.FC = () => {
- useTranslation()
- return (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-