diff --git a/src/Images/background.jpg b/src/Images/background.jpg
new file mode 100644
index 0000000..7658555
Binary files /dev/null and b/src/Images/background.jpg differ
diff --git a/src/Images/logoimg.jpg b/src/Images/logoimg.jpg
new file mode 100644
index 0000000..ef4439c
Binary files /dev/null and b/src/Images/logoimg.jpg differ
diff --git a/src/Images/postimg.jpg b/src/Images/postimg.jpg
new file mode 100644
index 0000000..f518409
Binary files /dev/null and b/src/Images/postimg.jpg differ
diff --git a/src/components/Login/index.jsx b/src/components/Login/index.jsx
index 14cdd33..1d2424c 100644
--- a/src/components/Login/index.jsx
+++ b/src/components/Login/index.jsx
@@ -2,7 +2,7 @@ import { useState } from "react";
import useAuth from "../../hooks/useAuth";
import axios from "axios";
import { useLocation, useNavigate } from "react-router-dom";
-
+import backgroundImage from '../../Images/logoimg.jpg'
const Signin = () => {
const [data, setData] = useState({
email: "",
@@ -47,11 +47,8 @@ const Signin = () => {
+ style={{ backgroundImage: `url('${backgroundImage}')` }}
+ >
TechTalk News
diff --git a/src/components/PostCard.jsx b/src/components/PostCard.jsx
index ea6a7bb..68c1d5c 100644
--- a/src/components/PostCard.jsx
+++ b/src/components/PostCard.jsx
@@ -2,6 +2,8 @@ import toast from "react-hot-toast";
import { usePosts } from "../context/postContext";
import { useNavigate } from "react-router-dom";
import moment from "moment";
+import logoImg from "../Images/postimg.jpg"
+
export function insertMedia(filePath) {
var extension = filePath.split(".").pop().toLowerCase();
@@ -74,7 +76,7 @@ export function PostCard({ post }) {
@@ -89,13 +91,13 @@ export function PostCard({ post }) {
{" "}
{" "}