From d7c784a2f7011e4fd0777d43edf10863408a7d5b Mon Sep 17 00:00:00 2001 From: Xsidz Date: Mon, 8 Sep 2025 02:30:02 +0530 Subject: [PATCH] footer and social links --- src/App.jsx | 8 ++------ src/constants/index.js | 4 ++-- src/sections/About.jsx | 2 +- src/sections/Contact.jsx | 2 +- src/sections/Experiences.jsx | 2 +- src/sections/Footer.jsx | 23 +++++++++++++++++++++++ src/sections/Navbar.jsx | 34 ++++++++++++++++++---------------- 7 files changed, 48 insertions(+), 27 deletions(-) create mode 100644 src/sections/Footer.jsx diff --git a/src/App.jsx b/src/App.jsx index 9b137e0..42d1327 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,6 +6,7 @@ import Projects from './sections/Projects' import Experiences from './sections/Experiences' import Testimonial from './sections/Testimonial' import Contact from './sections/Contact' +import Footer from './sections/Footer' const App = () => { return ( @@ -18,12 +19,7 @@ const App = () => { -
-
-
-
-
-
+