add kautilya facility new page

This commit is contained in:
priyanshuvish
2025-10-01 15:05:54 +05:30
parent 35de76d259
commit 609edb06bf
3 changed files with 1049 additions and 1 deletions

View File

@@ -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 />} />

File diff suppressed because it is too large Load Diff

View File

@@ -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
}