diff --git a/apps/daffio/src/app/content/home/components/home-callout-platforms/home-callout-platforms.component.html b/apps/daffio/src/app/content/home/components/home-callout-platforms/home-callout-platforms.component.html
index 33f2db9cb5..7e67e62414 100644
--- a/apps/daffio/src/app/content/home/components/home-callout-platforms/home-callout-platforms.component.html
+++ b/apps/daffio/src/app/content/home/components/home-callout-platforms/home-callout-platforms.component.html
@@ -7,8 +7,8 @@
Transition between Magento, Shopify or any other platforms without the hassle of reinventing your front-end.
\ No newline at end of file
diff --git a/apps/daffio/src/app/content/home/components/home-callout-platforms/home-callout-platforms.component.ts b/apps/daffio/src/app/content/home/components/home-callout-platforms/home-callout-platforms.component.ts
index 0de993cfab..3c185794b6 100644
--- a/apps/daffio/src/app/content/home/components/home-callout-platforms/home-callout-platforms.component.ts
+++ b/apps/daffio/src/app/content/home/components/home-callout-platforms/home-callout-platforms.component.ts
@@ -6,7 +6,7 @@ import {
import { DAFF_CALLOUT_COMPONENTS } from '@daffodil/design/callout';
import { DAFF_CONTAINER_COMPONENTS } from '@daffodil/design/container';
-import { DAFF_IMAGE_COMPONENTS } from '@daffodil/design/image';
+import { DAFF_IMAGE_LITE_COMPONENTS } from '@daffodil/design/image-lite';
@Component({
selector: 'daffio-home-callout-platforms',
@@ -15,7 +15,7 @@ import { DAFF_IMAGE_COMPONENTS } from '@daffodil/design/image';
changeDetection: ChangeDetectionStrategy.OnPush,
imports: [
DAFF_CALLOUT_COMPONENTS,
- DAFF_IMAGE_COMPONENTS,
+ DAFF_IMAGE_LITE_COMPONENTS,
DAFF_CONTAINER_COMPONENTS,
],
})
diff --git a/apps/daffio/src/app/content/home/components/home-callout-sponsors/home-callout-sponsors.component.html b/apps/daffio/src/app/content/home/components/home-callout-sponsors/home-callout-sponsors.component.html
index b587ee68ae..2d03f0e365 100644
--- a/apps/daffio/src/app/content/home/components/home-callout-sponsors/home-callout-sponsors.component.html
+++ b/apps/daffio/src/app/content/home/components/home-callout-sponsors/home-callout-sponsors.component.html
@@ -12,7 +12,7 @@