diff --git a/components/Content/Blocks/CardsGrid/index.tsx b/components/Content/Blocks/CardsGrid/index.tsx
index 32b3c8f7f..a647560f7 100644
--- a/components/Content/Blocks/CardsGrid/index.tsx
+++ b/components/Content/Blocks/CardsGrid/index.tsx
@@ -1,6 +1,7 @@
import SectionContainer from "@/components/Section/Container"
import SectionHeader from "@/components/Section/Header"
import Card from "@/components/TempDesignSystem/Card"
+import ContentCard from "@/components/TempDesignSystem/ContentCard"
import Grids from "@/components/TempDesignSystem/Grids"
import LoyaltyCard from "@/components/TempDesignSystem/LoyaltyCard"
@@ -22,17 +23,32 @@ export default function CardsGrid({
{cards_grid.cards.map((card) => {
switch (card.__typename) {
case CardsGridEnum.Card: {
- return (
-