diff --git a/src/Components copy/Blog.jsx b/src/Components copy/Blog.jsx
new file mode 100644
index 0000000..c1ac055
--- /dev/null
+++ b/src/Components copy/Blog.jsx
@@ -0,0 +1,68 @@
+import { useEffect, useState } from "react";
+import Navbar from "./Navbar";
+import axios from "axios";
+import { useParams } from "react-router-dom";
+import moment from "moment";
+import Footer from "./Footer";
+import { Loader } from "./Loader";
+
+export default function Blog() {
+ const [blog, setBlog] = useState(null);
+ const params = useParams();
+ useEffect(() => {
+ const fetchBlog = async () => {
+ await axios
+ .get(
+ `https://www.googleapis.com/blogger/v3/blogs/3771334625318012412/posts/${
+ params.id
+ }?key=${import.meta.env.VITE_API_KEY}`
+ )
+ .then((res) => setBlog(res.data))
+ .catch((err) => err);
+ };
+ fetchBlog();
+ }, []);
+ return (
+ <>
+
+ Contact Us +
+ +{description}
++ Meet the Driving Force Behind Innovation +
++ Learning and innovation are at the core of everything we do. With our extraordinary team, + we are dedicated to solving everyday challenges and pushing the boundaries of technology. Together, we are making it happen! +
++ GDSC SMIT is inspired by the Google Developer's Family +
+
+ Our goal is to learn, explore, innovate and create
And also,
+ having fun!
+
{description}
+ + ) : ( + // For other sections, use regular divs +{description}
+{description}
+ +- GDSC SMIT is inspired by the Google Developer's Family -
-
- Our goal is to learn, explore, innovate and create
And also,
- having fun!
-
+ GDSC SMIT is inspired by the Google Developer's Family +
+
+ Our goal is to learn, explore, innovate and create
And also,
+ having fun!
+
{description}
-{description}
+ + ) : ( + // For other sections, use regular divs +{description}
+