diff --git a/apps/website/src/pages/index.js b/apps/website/src/pages/index.js index f3de0092..d2b434ed 100755 --- a/apps/website/src/pages/index.js +++ b/apps/website/src/pages/index.js @@ -529,7 +529,7 @@ function TweetsSection() {
{/* Render tweets in groups of three */}
- {userTweets.slice(0, 3).map((tweet, index) => ( + {userTweets.slice(0, 4).map((tweet, index) => (
- {userTweets.slice(3, 6).map((tweet, index) => ( + {userTweets.slice(4, 7).map((tweet, index) => (
- {userTweets.slice(6, 9).map((tweet, index) => ( + {userTweets.slice(7, 10).map((tweet, index) => (