diff --git a/client/src/App.jsx b/client/src/App.jsx index 150821d..556c1ec 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -1,5 +1,5 @@ import React, { useEffect, useState } from 'react'; -import { HashRouter as Router, Routes, Route, Navigate } from 'react-router-dom'; +import { BrowserRouter as Router, Routes, Route, Navigate, BrowserRouter } from 'react-router-dom'; import Layout from './Layout'; import Home from './pages/Home'; import ContactUs from './pages/ContactUs'; @@ -56,7 +56,7 @@ function App() { } return ( - + @@ -90,7 +90,7 @@ function App() { } /> - + ); } diff --git a/client/src/components/Footer2.jsx b/client/src/components/Footer2.jsx index bc20554..c87a4c9 100644 --- a/client/src/components/Footer2.jsx +++ b/client/src/components/Footer2.jsx @@ -9,31 +9,23 @@ const Footer2 = () =>{