diff --git a/src/content/landing.ts b/src/content/landing.ts
index 14562294ce7b..3d7f97f5fe69 100644
--- a/src/content/landing.ts
+++ b/src/content/landing.ts
@@ -61,6 +61,11 @@ const typedLanding: CustomPageContent = {
news: {
title: 'Recent updates',
items: [
+ {
+ date: '2024-02-01T10:00:00.000Z',
+ content:
+ 'If you want to find out our future plans, please check out the recently updated roadmap section.',
+ },
{
date: '2024-01-23T12:00:00.000Z',
content:
@@ -71,11 +76,6 @@ const typedLanding: CustomPageContent = {
content:
'We added templates for popular frameworks (CRA, Next.js, Vite) and redesigned templates section. Now it’s even easier to start using our framework in your project.',
},
- {
- 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!',
- },
],
},
},