From 26fee5fa6932eee5d3fa25b8347bc27948c9f9ac Mon Sep 17 00:00:00 2001 From: Nick K Date: Wed, 16 Jul 2025 08:16:15 -0700 Subject: [PATCH] fix: layout shift on introduction page for docs --- index.mdx | 91 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 53 insertions(+), 38 deletions(-) diff --git a/index.mdx b/index.mdx index 19dac9ae0..dd1438db6 100644 --- a/index.mdx +++ b/index.mdx @@ -8,51 +8,66 @@ mode: "custom" export const HeroCard = ({ filename, title, description, href }) => { return ( - - -

{title}

- - {description} - + + +

+ {title} +

+ {description}
- ) -} + ); +};
-
- - +
+ + +
-
- -
-

-Documentation - -

- -

-Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers. +

+

+ Documentation +

-

+
+ Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers. +
-
- +
+ - + - - - - -
+ + +
+
- -
\ No newline at end of file