diff --git a/src/sections/Projects/Sistent/components/card/code.js b/src/sections/Projects/Sistent/components/card/code.js
index dc4b41af0fd6..c54e9ef36e36 100644
--- a/src/sections/Projects/Sistent/components/card/code.js
+++ b/src/sections/Projects/Sistent/components/card/code.js
@@ -2,7 +2,7 @@ import React from "react";
import { navigate } from "gatsby";
import { useLocation } from "@reach/router";
-import { SistentThemeProvider, Card, CardActions, CardContent, CardHeader, CardMedia , Typography, Box, Button } from "@layer5/sistent";
+import { SistentThemeProvider, Card, CardActions, CardContent, CardMedia , Typography, Button } from "@layer5/sistent";
import { CodeBlock } from "../button/code-block";
import { SistentLayout } from "../../sistent-layout";
diff --git a/src/sections/Projects/Sistent/components/card/guidance.js b/src/sections/Projects/Sistent/components/card/guidance.js
index 42ba83ecb926..ad5563214b17 100644
--- a/src/sections/Projects/Sistent/components/card/guidance.js
+++ b/src/sections/Projects/Sistent/components/card/guidance.js
@@ -2,7 +2,7 @@ import React from "react";
import { navigate } from "gatsby";
import { useLocation } from "@reach/router";
import { Row } from "../../../../../reusecore/Layout";
-import { SistentThemeProvider, Card, CardActions, CardContent, CardHeader, CardMedia , Typography, Box, Button } from "@layer5/sistent";
+import { SistentThemeProvider, Card, CardActions, CardContent, CardMedia , Typography, Button } from "@layer5/sistent";
import { SistentLayout } from "../../sistent-layout";
import MesheryLogo from "../../../../../assets/images/meshery/meshery-logo-light-text-side.webp";
import KanvasLogo from "../../../../../assets/images/kanvas/icon-only/kanvas-icon-color.png";
diff --git a/src/sections/Projects/Sistent/components/card/index.js b/src/sections/Projects/Sistent/components/card/index.js
index 90cf07b6fad4..b9526b31f6dd 100644
--- a/src/sections/Projects/Sistent/components/card/index.js
+++ b/src/sections/Projects/Sistent/components/card/index.js
@@ -4,7 +4,7 @@ import { useLocation } from "@reach/router";
import MesheryLogo from "../../../../../assets/images/meshery/meshery-logo-light-text-side.webp";
import KanvasLogo from "../../../../../assets/images/kanvas/icon-only/kanvas-icon-color.png";
-import { SistentThemeProvider, Card, CardActions, CardContent, CardHeader, CardMedia , Typography, Box, Button } from "@layer5/sistent";
+import { SistentThemeProvider, Card, CardActions, CardContent, CardMedia , Typography, Box, Button } from "@layer5/sistent";
import TabButton from "../../../../../reusecore/Button";
import { SistentLayout } from "../../sistent-layout";
import { Row } from "../../../../../reusecore/Layout";
@@ -14,15 +14,6 @@ const SistentCard = () => {
const location = useLocation();
const { isDark } = useStyledDarkMode();
- const bull = (
-
- •
-
- );
-
const cardOutlined = (