diff --git a/docs/src/components/home/Hero.tsx b/docs/src/components/home/Hero.tsx
index 7113b93b9715a2..a269f33bd476e5 100644
--- a/docs/src/components/home/Hero.tsx
+++ b/docs/src/components/home/Hero.tsx
@@ -8,7 +8,6 @@ import useMediaQuery from '@mui/material/useMediaQuery';
import GradientText from 'docs/src/components/typography/GradientText';
import GetStartedButtons from 'docs/src/components/home/GetStartedButtons';
import HeroContainer from 'docs/src/layouts/HeroContainer';
-import ROUTES from 'docs/src/route';
function createLoading(sx: BoxProps['sx']) {
return function Loading() {
@@ -101,10 +100,7 @@ export default function Hero() {
with Material UI, our fully-loaded component library, or bring your own design system to
our production-ready components.
-
+
}
rightSx={{
diff --git a/docs/src/components/home/StartToday.tsx b/docs/src/components/home/StartToday.tsx
index f7d3160b2871d1..e1ed74712eadc9 100644
--- a/docs/src/components/home/StartToday.tsx
+++ b/docs/src/components/home/StartToday.tsx
@@ -22,10 +22,7 @@ export default function StartToday() {
}
description="Find out why MUI's tools are trusted by thousands of open-source developers and teams around the world."
/>
-
+
diff --git a/docs/src/components/productMaterial/MaterialHero.tsx b/docs/src/components/productMaterial/MaterialHero.tsx
index eb1eb116e8a746..3f8e807c5b3878 100644
--- a/docs/src/components/productMaterial/MaterialHero.tsx
+++ b/docs/src/components/productMaterial/MaterialHero.tsx
@@ -245,7 +245,7 @@ export default function MaterialHero() {
make it easy to implement your own custom design system.