diff --git a/src/content/landing.ts b/src/content/landing.ts
index 0910dbbedc03..6e68cbe5b4ee 100644
--- a/src/content/landing.ts
+++ b/src/content/landing.ts
@@ -52,6 +52,11 @@ const typedLanding: CustomPageContent = {
news: {
title: 'Recent updates',
items: [
+ {
+ date: '2023-12-14T13:00:00.000Z',
+ content:
+ 'We\'ve posted the announce of UIKit 6! Please, be ready for the new version in January 2024!',
+ },
{
date: '2023-12-11T14:00:00.000Z',
content:
@@ -62,11 +67,6 @@ const typedLanding: CustomPageContent = {
content:
'GravityUI icon set have been added to the iconify framework! ๐ This means that now itโs even easier to use the beautiful icons from GravityUI in your projects.',
},
- {
- date: '2023-10-06T00:00:00.000Z',
- content:
- 'The long-awaited date-components libraries is now available! Please check them out now.',
- },
],
},
},