I was surprised. The quality was much higher than I
expected! The best feeling is having people coming
up to me in the street and asking where I got them.
@@ -89,7 +89,7 @@ const Carousel2 = () => {
{
-
+
Divij Sharma
-
+
I was pleasantly surprised by the exceptional design
quality! The best part is that I created the design
myself, and they never fail to draw admiration
diff --git a/client/src/components/Footer/index.jsx b/client/src/components/Footer/index.jsx
index 48f268c..414ba56 100644
--- a/client/src/components/Footer/index.jsx
+++ b/client/src/components/Footer/index.jsx
@@ -1,21 +1,31 @@
-import React from "react";
+import React, { useContext } from "react";
import { NavLink, Link } from "react-router-dom";
import logo from "../../assets/logo-final.png";
+import logowhite from '../../assets/logowhite.png'
+import logoblack from '../../assets/logoblack.png'
+import { useSelector } from "react-redux";
+
+
const Footer = () => {
+
+ // For Dark Mode using Redux
+ const theme = useSelector((state) => state.theme.theme);
+ // For Dark Mode using Redux
+
return (