From 847406cace7b8733a439dab2b18ea6588c504f6b Mon Sep 17 00:00:00 2001 From: "V.Prasanth" Date: Wed, 12 Feb 2025 13:40:21 +0530 Subject: [PATCH] footer --- frontend/src/App.jsx | 4 +- frontend/src/components/Footer.jsx | 124 ++++++++--------------------- 2 files changed, 33 insertions(+), 95 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index bda056a..9d556d3 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -4,7 +4,7 @@ import './App.css' import BlogSlider from './components/BlogSection'; import FAQSection from './components/Faqs'; -import FooterSection from './components/Footer'; +import Footer from './components/Footer'; import { SpotlightNewDemo } from './components/Hero'; // import Boxbss from './components/Boxbss' import "./components/MemberCard"; @@ -67,7 +67,7 @@ function App() { - +