feat : add page academics & research

This commit is contained in:
ARJUN S THAMPI
2026-03-25 12:48:01 +05:30
parent e546519e7a
commit 380cb4d999
6 changed files with 232 additions and 18 deletions
+2
View File
@@ -18,6 +18,7 @@ import EmailPage from "./pages/email";
import CareerPage from "./pages/Career";
import CandidatePage from "./pages/candidates";
import InquiryPage from "./pages/inquiry";
import AcademicsPage from "./pages/Academics";
export default function App() {
return (
@@ -40,6 +41,7 @@ export default function App() {
<Route path="/career" element={<CareerPage />} />
<Route path="/candidate" element={<CandidatePage />} />
<Route path="/inquiry" element={<InquiryPage />} />
<Route path="/academics" element={<AcademicsPage />} />
</Route>
</Route>