This commit is contained in:
omkieit 2024-10-14 21:26:53 +05:30
parent 585b7d33d5
commit 3b05f20ffe
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,7 @@
<script type="module" crossorigin src="/assets/index-BNEgz3xV.js"></script>
<script type="module" crossorigin src="/assets/index-7mv97drX.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-iEl-il0E.css">
</head>

View File

@ -25,7 +25,7 @@ const App = () => {
<BrowserRouter>
<ToastContainer />
<Routes>
<Route path="/estateslending" element={<Home />}></Route>
<Route path="/" element={<Home />}></Route>
<Route path="/about" element={<About />}></Route>
<Route path="/services" element={<Services />}></Route>
<Route path="/contact" element={<Contact />}></Route>