diff --git a/src/content/landing.ts b/src/content/landing.ts
index 63b7a15d0c8..efbf3cbcc11 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-01-23T12:00:00.000Z',
+ content:
+ 'We continue to improve our templates section and have added the Remix template. If you need other templates, don’t hesitate to create an issue. ',
+ },
{
date: '2023-12-22T14:00:00.000Z',
content:
@@ -71,11 +76,6 @@ const typedLanding: CustomPageContent = {
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:
- 'We\'ve published the documentation for our select component. Check it out here.',
- },
],
},
},