From b64194de3f9ad1a6304fa55cc0a216313384b320 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 1 Mar 2025 18:17:43 +0100 Subject: [PATCH] [docs] Fix SEO site name description --- docs/src/app/(public)/page.tsx | 48 ++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/docs/src/app/(public)/page.tsx b/docs/src/app/(public)/page.tsx index 8db505637d..ba5293e081 100644 --- a/docs/src/app/(public)/page.tsx +++ b/docs/src/app/(public)/page.tsx @@ -7,23 +7,39 @@ import './page.css'; export default function Homepage() { return ( -
-
- -

- Unstyled UI components for building accessible web apps and design systems. -

-

- From the creators of Radix, Floating UI, and Material UI. -

- - Documentation - + + {/* Set the Site name for Google results. https://developers.google.com/search/docs/appearance/site-names */} +