diff --git a/apps/next/src/pages/blog/index.tsx b/apps/next/src/pages/blog/index.tsx
index 9317769d..2a0359fa 100644
--- a/apps/next/src/pages/blog/index.tsx
+++ b/apps/next/src/pages/blog/index.tsx
@@ -25,7 +25,7 @@ const dummyData = [
id: 3,
title: "Our first office",
readTime: "16 min",
- info: "Over the past year, Volosoft has undergone many changes! After months of preparation and some hard work, we moved to our new office.",
+ info: "Over the past year, Volosoft has undergone many changes! After months of preparation and some hard work, we moved to our new office.Over the past year, Volosoft has undergone many changes! After months of preparation and some hard work, we moved to our new office.",
blogType: "Article",
userName: "Jese Leos",
date: "Aug 15, 2021",
@@ -46,7 +46,7 @@ export default function Blog() {
-
+
Wordigo Blog
{dummyData.map((blog) => {