diff --git a/projects/demo/src/modules/app/landing/index.html b/projects/demo/src/modules/app/landing/index.html
index 3c8a2cf7ab131..183220f4e11bb 100644
--- a/projects/demo/src/modules/app/landing/index.html
+++ b/projects/demo/src/modules/app/landing/index.html
@@ -1,7 +1,6 @@
@@ -16,7 +15,6 @@
@@ -128,7 +125,6 @@
It’s open source
It’s open source
@@ -191,7 +186,6 @@ It’s open source
diff --git a/projects/demo/src/modules/app/landing/index.ts b/projects/demo/src/modules/app/landing/index.ts
index 4646d2343f95f..82c24554d2f4c 100644
--- a/projects/demo/src/modules/app/landing/index.ts
+++ b/projects/demo/src/modules/app/landing/index.ts
@@ -16,7 +16,6 @@ import {
} from '@ng-web-apis/intersection-observer';
import {EMPTY_QUERY, TuiAutoFocus, tuiProvide, TuiRepeatTimes} from '@taiga-ui/cdk';
import {TuiButton, tuiFadeIn} from '@taiga-ui/core';
-import {TuiImgLazyLoading} from '@taiga-ui/kit';
@Component({
standalone: true,
@@ -25,7 +24,6 @@ import {TuiImgLazyLoading} from '@taiga-ui/kit';
RouterLink,
TuiAutoFocus,
TuiButton,
- TuiImgLazyLoading,
TuiRepeatTimes,
WaIntersectionObserver,
],
diff --git a/projects/demo/src/modules/directives/lazy-loading/index.html b/projects/demo/src/modules/directives/lazy-loading/index.html
index 17767a84674a2..69a42ffd57afe 100644
--- a/projects/demo/src/modules/directives/lazy-loading/index.html
+++ b/projects/demo/src/modules/directives/lazy-loading/index.html
@@ -1,4 +1,5 @@