add kautilya facility new page
This commit is contained in:
@@ -39,6 +39,7 @@ import { TermsCondition } from "./pages/TermsCondition";
|
||||
import { FAQ } from "./pages/FAQ";
|
||||
import { LeadershipPipelineDevelopment } from "./components/services/LeadershipPipelineDevelopment";
|
||||
import { LeadershipDevelopment } from "./components/services/LeadershipDevelopment";
|
||||
import { KautilyaFacility } from "./components/KautilyaFacility";
|
||||
// import EnrollPlaceholder from "./components/EnrollPlaceholder";
|
||||
// import ForgotPasswordPlaceholder from "./components/ForgotPasswordPlaceholder";
|
||||
// import DashboardPlaceholder from "./components/DashboardPlaceholder";
|
||||
@@ -70,6 +71,7 @@ export default function App() {
|
||||
<Route path="/services/management-development" element={<ManagementDevelopment />} />
|
||||
<Route path="/services/learning-facility" element={<LearningFacility />} />
|
||||
<Route path="/services" element={<Services />} />
|
||||
<Route path="/services/kautilya-facility" element={<KautilyaFacility />} />
|
||||
|
||||
{/* About Us Pages */}
|
||||
<Route path="/about/our-vision" element={<OurVision />} />
|
||||
|
||||
1046
src/components/KautilyaFacility.tsx
Normal file
1046
src/components/KautilyaFacility.tsx
Normal file
File diff suppressed because it is too large
Load Diff
@@ -99,7 +99,7 @@ const navigationItems: NavLink[] = [
|
||||
},
|
||||
{
|
||||
label: 'Kautilya Facility',
|
||||
href: '/services/learning-facility',
|
||||
href: '/services/kautilya-facility',
|
||||
description: 'Premium learning campus and residential programs',
|
||||
icon: Building2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user