diff --git a/src/App.js b/src/App.js
index 7d4f33b..d11851b 100644
--- a/src/App.js
+++ b/src/App.js
@@ -65,9 +65,9 @@ function App() {
{/* */}
{/* */}
{/* */}
-
-
-
+ {/* */}
+ {/* */}
+ {/* */}
);
diff --git a/src/components/Blogs/design2/BlogDesign2.js b/src/components/Blogs/design2/BlogDesign2.js
index 6b72558..eb2984e 100644
--- a/src/components/Blogs/design2/BlogDesign2.js
+++ b/src/components/Blogs/design2/BlogDesign2.js
@@ -8,6 +8,8 @@ import blogAuthorImg from "../../../assets/images/blog-author.png";
import commentIcon from "../../../assets/icons/light-gray-comment-icon.svg";
import whiteCommentIcon from "../../../assets/icons/white-comment-icon.svg";
+import playBtn from "./play-button.svg";
+
const BlogDesign2 = ({
blogSubTitle,
dateButton,
@@ -45,6 +47,7 @@ const BlogDesign2 = ({
// minHeight: "300px",
height: "calc(100vh/3)",
maxHeight: "300px",
+ backgroundColor: "red",
}}
>
{dateButton && (
@@ -100,6 +103,13 @@ const BlogDesign2 = ({
}}
className="absolute right-0 bottom-0 h-full w-full"
>
+
+
+
+
+
);
diff --git a/src/components/Blogs/design2/play-button.svg b/src/components/Blogs/design2/play-button.svg
new file mode 100644
index 0000000..1be0b07
--- /dev/null
+++ b/src/components/Blogs/design2/play-button.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/components/VodProductNew/index.js b/src/components/VodProductNew/index.js
index 1ba4efc..6edaf48 100644
--- a/src/components/VodProductNew/index.js
+++ b/src/components/VodProductNew/index.js
@@ -93,7 +93,7 @@ const VodProduct = ({
setOpenModal(true)}
/>