diff --git a/documentation/docs/components/landing-page.tsx b/documentation/docs/components/landing-page.tsx
index 1c61c540a2..83f27c51a0 100644
--- a/documentation/docs/components/landing-page.tsx
+++ b/documentation/docs/components/landing-page.tsx
@@ -107,10 +107,18 @@ export const LandingPage = () => {
{square.text}
-
- {isTablet && !isDesktop
- ? shortenDescription(square.description)
- : square.description}
+
+
+ {square.description}