diff --git a/docs/pages/toolpad/index.js b/docs/pages/toolpad/index.js
index e7878c2d4e8..ed9c5026835 100644
--- a/docs/pages/toolpad/index.js
+++ b/docs/pages/toolpad/index.js
@@ -1,4 +1,5 @@
import * as React from 'react';
+import Head from 'docs/src/modules/components/Head';
import BrandingCssVarsProvider from 'docs/src/BrandingCssVarsProvider';
import Divider from '@mui/material/Divider';
import CssBaseline from '@mui/material/CssBaseline';
@@ -14,6 +15,11 @@ import StudioIntro from '../../src/components/landing/StudioIntro';
export default function Home() {
return (
+
diff --git a/docs/pages/toolpad/studio/index.js b/docs/pages/toolpad/studio/index.js
index 066518fbed9..7a2e688d961 100644
--- a/docs/pages/toolpad/studio/index.js
+++ b/docs/pages/toolpad/studio/index.js
@@ -31,7 +31,7 @@ export default function Home() {
diff --git a/docs/src/components/landing/BuiltWith.js b/docs/src/components/landing/BuiltWith.js
index 02c54c6540c..8c93be0f4d1 100644
--- a/docs/src/components/landing/BuiltWith.js
+++ b/docs/src/components/landing/BuiltWith.js
@@ -30,10 +30,10 @@ const content = [
'Next.js sets the industry standard for modern React applications. Building over it is a leverage that makes Toolpad efficient.',
},
{
- icon: ,
- title: 'MUI',
+ icon: ,
+ title: 'Material UI',
description:
- 'A tight integration with MUI ensures you get all the latest features from our list of Material UI components.',
+ 'A tight integration with Material UI ensures you get all the latest features from our list of Material UI components.',
},
];