diff --git a/website/pages/docs/index.mdx b/website/pages/docs/index.mdx
index f6a7905f7a..d9ff3ca892 100644
--- a/website/pages/docs/index.mdx
+++ b/website/pages/docs/index.mdx
@@ -12,17 +12,9 @@ Welcome to the Consul documentation! The documentation is reference material
for all available features and options of Consul
In the Quick Links below, you will find the most commonly used documentation
-and a link to our guides that walk you through common tasks. Note, the
+and a link to our guides that walk you through common tasks. Note that the
guides are located on the HashiCorp Learn site.
-### Install
-
-Follow [the documentation](/docs/install) to install Consul either with a precompiled binary or from source.
-
-### Configure
-
-Read more about the [configuration options](/docs/agent/options) for Consul servers and clients.
-
-### Learn
-
-Get started using Consul with our step-by-step guides at [HashiCorp Learn](https://learn.hashicorp.com/consul).
+- Follow [the documentation](/docs/install) to install Consul either with a precompiled binary or from source.
+- Read more about the [configuration options](/docs/agent/options) for Consul servers and clients.
+- Get started using Consul with our step-by-step guides at [HashiCorp Learn](https://learn.hashicorp.com/consul).
diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx
index 74c41fc5de..d9dfcf4d0a 100644
--- a/website/pages/home/index.jsx
+++ b/website/pages/home/index.jsx
@@ -36,7 +36,8 @@ export default function HomePage() {
gaPrefix: null,
},
],
- helpText: 'View demo of web UI',
+ helpText:
+ 'View demo of web UI',
videos: [
{
name: 'UI',