diff --git a/astro.config.mjs b/astro.config.mjs
index 48502240b77..c9c80cdeaf3 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -178,6 +178,7 @@ export default defineConfig({
components: {
Footer: "./src/components/Footer.astro",
Head: "./src/components/Head.astro",
+ PageTitle: "./src/components/PageTitle.astro",
SiteTitle: "./src/components/SiteTitle.astro",
SocialIcons: "./src/components/SocialIcons.astro",
},
diff --git a/src/components/FeatureGrid.astro b/src/components/FeatureGrid.astro
deleted file mode 100644
index cdb7871877a..00000000000
--- a/src/components/FeatureGrid.astro
+++ /dev/null
@@ -1,43 +0,0 @@
----
-/**
- * FeatureGrid Component
- * Creates a grid of feature cards with icons, titles, and descriptions.
- *
- * Usage in MDX:
- *
{item.description}
- {item.steps && item.steps.length > 0 && ( -
- actions:
- - text: Installation Guide
- link: /guides/getting_started_hassio/
- icon: right-arrow
- - text: Browse Components
- link: /components/
- variant: minimal
- - text: Device List
- link: https://devices.esphome.io/
- variant: minimal
----
-
-Simple YAML configuration files instead of complex C++ code.
-Update your devices over-the-air without physical access.
-Support for hundreds of sensors, displays, and other components.
-Devices work locally without cloud dependencies.
-The easiest way to get started with ESPHome is through the Home Assistant app.
- Home Assistant Guide -For advanced users who prefer working with the command line.
- Command Line Guide -Start with a pre-configured project for common use cases.
- Browse Projects -HERO
+