diff --git a/src/App.tsx b/src/App.tsx
index 123ae78..0c86e89 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -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() {
} />
} />
} />
+ } />
{/* About Us Pages */}
} />
diff --git a/src/components/KautilyaFacility.tsx b/src/components/KautilyaFacility.tsx
new file mode 100644
index 0000000..c97f2df
--- /dev/null
+++ b/src/components/KautilyaFacility.tsx
@@ -0,0 +1,1046 @@
+import React, { useState, useEffect } from 'react';
+import { Button } from './ui/button';
+import { Badge } from './ui/badge';
+import { Card, CardContent } from './ui/card';
+import { ImageWithFallback } from './figma/ImageWithFallback';
+import { navigateTo } from './Router';
+import { BrandedTag } from './about/BrandedTag';
+import { PrimaryCTAButton } from './PrimaryCTAButton';
+import { StandardCTAButton } from './StandardCTAButton';
+import {
+ ArrowRight,
+ CheckCircle,
+ Settings,
+ Calendar,
+ Download,
+ Network,
+ Users,
+ Target,
+ Brain,
+ Eye,
+ TrendingUp,
+ BarChart3,
+ Award,
+ Lightbulb,
+ Shield,
+ ChevronDown,
+ ChevronUp,
+ ArrowLeft,
+ Star,
+ Zap,
+ Globe,
+ Clock,
+ BookOpen,
+ MessageCircle,
+ Building,
+ Heart,
+ Compass,
+ User,
+ UserCheck,
+ Home,
+ Car,
+ Coffee,
+ Wifi
+} from 'lucide-react';
+
+const targetAudience = [
+ {
+ title: "Corporate Training Teams",
+ description: "Organizations seeking premium residential learning experiences for their leadership development programs",
+ icon: Building,
+ challenges: ["Facility booking complexity", "Quality accommodation needs", "Program logistics", "Cost management"]
+ },
+ {
+ title: "Leadership Development Providers",
+ description: "Training organizations and consultancies requiring world-class facilities for executive programs",
+ icon: Users,
+ challenges: ["Facility availability", "Technology requirements", "Catering quality", "Professional environment"]
+ },
+ {
+ title: "Executive Teams & Boards",
+ description: "Senior leadership teams planning strategic retreats and intensive development programs",
+ icon: Target,
+ challenges: ["Privacy requirements", "Executive-level facilities", "Strategic planning spaces", "Convenience needs"]
+ }
+];
+
+const useCases = [
+ {
+ title: "Leadership Residential Programs",
+ description: "When organizations need premium facilities for multi-day leadership development programs",
+ icon: Home,
+ scenario: "Executive development programs requiring 2-7 day residential experiences"
+ },
+ {
+ title: "Strategic Planning Retreats",
+ description: "When leadership teams need focused environments for strategic planning and decision-making",
+ icon: Target,
+ scenario: "Board meetings, strategic sessions, or executive team planning retreats"
+ },
+ {
+ title: "Learning & Development Events",
+ description: "When organizations require professional venues for training, workshops, and development events",
+ icon: BookOpen,
+ scenario: "Corporate training programs, workshops, or learning conferences"
+ },
+ {
+ title: "Team Building & Culture Events",
+ description: "When teams need inspiring environments for team building and cultural development activities",
+ icon: Heart,
+ scenario: "Team building events, culture workshops, or organizational celebrations"
+ }
+];
+
+const facilityFeatures = [
+ {
+ phase: "Premium Accommodations",
+ duration: "World-Class Comfort",
+ activities: ["Luxury single and double rooms", "Executive suites", "24/7 concierge service", "High-speed internet throughout"],
+ deliverables: ["Comfortable stay experience", "Professional environment", "Seamless connectivity", "Executive-level service"]
+ },
+ {
+ phase: "Learning & Meeting Spaces",
+ duration: "State-of-the-Art Facilities",
+ activities: ["Modern conference rooms", "Interactive learning spaces", "Breakout areas", "Outdoor meeting spaces"],
+ deliverables: ["Flexible learning environments", "Technology-enabled spaces", "Collaborative areas", "Natural settings"]
+ },
+ {
+ phase: "Dining & Recreation",
+ duration: "Complete Experience",
+ activities: ["Gourmet dining options", "Healthy meal programs", "Recreation facilities", "Wellness amenities"],
+ deliverables: ["Nutritious meal programs", "Networking opportunities", "Physical wellness", "Stress relief activities"]
+ }
+];
+
+const expectedOutcomes = [
+ {
+ metric: "96%",
+ description: "Client satisfaction with facility quality and service",
+ icon: Heart,
+ category: "Satisfaction"
+ },
+ {
+ metric: "87%",
+ description: "Improvement in program engagement in residential setting",
+ icon: TrendingUp,
+ category: "Engagement"
+ },
+ {
+ metric: "92%",
+ description: "Would recommend Kautilya Facility to other organizations",
+ icon: Star,
+ category: "Recommendation"
+ },
+ {
+ metric: "78%",
+ description: "Return rate for repeat bookings and programs",
+ icon: Building,
+ category: "Loyalty"
+ }
+];
+
+export function KautilyaFacility() {
+ const [expandedUseCase, setExpandedUseCase] = useState(null);
+ const [expandedFeature, setExpandedFeature] = useState(0);
+
+ useEffect(() => {
+ window.scrollTo(0, 0);
+ }, []);
+
+ return (
+
+ {/* Hero Section */}
+
+
+
+
+
+
+
+
+
+ {/* Back Navigation */}
+
+
+
+
+
+
+ Kautilya Facility
+
+
+
+
+ Experience world-class residential learning at our premium campus with 96% client satisfaction and exceptional facilities designed for leadership excellence.
+
+
+
+ navigateTo('/contact?topic=kautilya-facility')}
+ ariaLabel="Book a consultation for Kautilya Facility"
+ className="primary-cta-button-blue cta-text-white"
+ />
+
+
+
+
+
+
+ {/* 1. What Is This Service */}
+
+
+
+
+
+
Premium Learning Campus & Residential Programs
+
+
+ Kautilya Facility is a world-class residential learning campus designed specifically for executive education and leadership development programs. Our premium facility combines luxury accommodations, state-of-the-art learning spaces, and comprehensive amenities to create an immersive environment that maximizes learning outcomes and program engagement.
+
+
+
+ The Business Problem It Solves: Many organizations struggle to find appropriate venues that combine professional learning environments with quality accommodations for residential programs. Standard hotels lack the specialized learning infrastructure, while conference centers often compromise on accommodation quality. Our facility eliminates these compromises by providing an integrated solution designed specifically for executive learning.
+
+
+
+
+
+
+
+
+
+
+
+
+ Premium Campus
+
+
+ World-class residential learning campus with luxury amenities and sophisticated infrastructure
+
+
+
+
+
+
+
+
+
+
+ Learning-Focused Design
+
+
+ Specialized spaces designed for optimal learning and development with cutting-edge technology
+
+
+
+
+
+
+
+
+
+
+ 96% Satisfaction Rate
+
+
+ Exceptional client satisfaction with facility quality, service excellence, and learning outcomes
+
+
+
+
+
+
+
+
+ {/* 2. Who Is It For */}
+
+
+
+
+
+
Target Audience
+
+ Designed for organizations and teams seeking premium residential learning and strategic planning experiences.
+
+
+ {/* Split Layout Container with Max Width */}
+
+
+ {/* Left Side - Image */}
+
+
+
+
+
+
+ {/* Right Side - Quote Content with White Background */}
+
+ {/* Large Opening Quotation Mark */}
+
+ "
+
+
+
+ {/* Quote */}
+
+ Kautilya Facility exceeded our expectations for our senior leadership retreat. The combination of luxury accommodations, state-of-the-art learning spaces, and exceptional service created the perfect environment for strategic planning. Our team achieved breakthrough results.
+
+ Connect with our facility experts to discuss hosting your next leadership program or strategic retreat at our world-class residential learning campus.
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx
index 043fc29..10de19a 100644
--- a/src/components/Navigation.tsx
+++ b/src/components/Navigation.tsx
@@ -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
}