diff --git a/README.md b/README.md index 66f660c2..a37d87d3 100644 --- a/README.md +++ b/README.md @@ -214,29 +214,6 @@ We extend our heartfelt gratitude to all the amazing contributors who have made Arindam - - - alo7lika -
- alolika bhowmik -
- - - - Ashwinib26 -
- Ashwini_ab -
- - - - itznayan -
- Mahera Nayan -
- - - tejasbenibagde @@ -245,24 +222,10 @@ We extend our heartfelt gratitude to all the amazing contributors who have made - - Shirisha-16 -
- Tyarla Shirisha -
- - - - Amnyadav -
- Aman Yadav -
- - - - NilanchalaPanda + + Ashwinib26
- Nilanchal + Ashwini_ab
@@ -272,6 +235,8 @@ We extend our heartfelt gratitude to all the amazing contributors who have made Haseeb Zaki + + Suhas-Koheda @@ -279,13 +244,11 @@ We extend our heartfelt gratitude to all the amazing contributors who have made Suhas Koheda - - - - Jay-1409 + + sajalbatra
- Jay shah + Sajal Batra
@@ -296,24 +259,17 @@ We extend our heartfelt gratitude to all the amazing contributors who have made - - sajalbatra -
- Sajal Batra -
- - - - PavanTeja2005 + + AbhijitMotekar99
- PavanTeja2005 + Abhijit Motekar
- - AbhijitMotekar99 + + itznayan
- Abhijit Motekar + Mahera Nayan
@@ -325,63 +281,12 @@ We extend our heartfelt gratitude to all the amazing contributors who have made - - - Sawan-Kushwah -
- Sawan kushwah -
- - - - VinayLodhi1712 -
- Vinay Anand Lodhi -
- - - - lade6501 -
- Vishal Lade -
- - - - REHAN-18 -
- MD REHAN -
- - - - Aditya90456 -
- Aditya Bakshi -
- tanishirai
Tanishi Rai
- - - - - - Picodes10 -
- Sushree Manaswini Biswal -
- - - - Sourabh782 -
- Sourabh Singh Rawat -
@@ -391,10 +296,10 @@ We extend our heartfelt gratitude to all the amazing contributors who have made - - devxMani + + Sawan-Kushwah
- MANI + Sawan kushwah
@@ -404,6 +309,13 @@ We extend our heartfelt gratitude to all the amazing contributors who have made Ayush Yadav + + + Amnyadav +
+ Aman Yadav +
+ AliGates915 @@ -413,13 +325,6 @@ We extend our heartfelt gratitude to all the amazing contributors who have made - - - chikatlarakesh -
- CHIKATLA RAKESH -
- mishradev1 @@ -434,6 +339,13 @@ We extend our heartfelt gratitude to all the amazing contributors who have made Jai Dhingra + + + Jay-1409 +
+ Jay shah +
+ Mohitranag18 @@ -448,6 +360,15 @@ We extend our heartfelt gratitude to all the amazing contributors who have made Bashua Mutiat + + + NilanchalaPanda +
+ Nilanchal +
+ + + Sapna127 @@ -455,8 +376,6 @@ We extend our heartfelt gratitude to all the amazing contributors who have made Sapna Kul - - stutxi @@ -477,6 +396,13 @@ We extend our heartfelt gratitude to all the amazing contributors who have made
Vaibhav-Kumar-K-R
+ + + + dev129 +
+ dev129 +
diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index c5a927fb..4805fcf1 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1,15 +1,19 @@ // src/App.js import './App.css'; +import React from 'react'; +import { useState } from 'react'; import Navbar from '../src/components/Shared/Navbar'; import Footer from '../src/components/Shared/Footer'; import { Outlet } from 'react-router-dom'; import BackToTopButton from './components/Shared/BackToTopButton'; import Preloader from './components/Preloader'; - +import Offers from './components/Shared/Offers' function App() { + const [showModal, setShowModal] = useState(true); return ( <> + setShowModal(false)} /> @@ -18,4 +22,4 @@ function App() { ); } -export default App; +export default App; \ No newline at end of file diff --git a/frontend/src/components/Shared/Navbar.jsx b/frontend/src/components/Shared/Navbar.jsx index 482056a9..21cf9db9 100644 --- a/frontend/src/components/Shared/Navbar.jsx +++ b/frontend/src/components/Shared/Navbar.jsx @@ -71,7 +71,7 @@ const Navbar = () => { return (