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