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. +

+
+ +
+ {targetAudience.map((audience, index) => ( + + +
+
+ +
+
+

{audience.title}

+

{audience.description}

+
+

Common Challenges:

+
    + {audience.challenges.map((challenge, challengeIndex) => ( +
  • +
    + {challenge} +
  • + ))} +
+
+
+
+ ))} +
+
+
+
+ + {/* 3. When to Use It */} +
+
+
+
+ +

When Organizations Need Premium Learning Facilities

+

+ Ideal for organizations seeking world-class residential learning experiences and strategic planning sessions. +

+
+ +
+ {useCases.map((useCase, index) => ( +
+ {/* Icon and Title */} +
+
+ +
+
+

+ {useCase.title} +

+

+ {useCase.description} +

+
+
+ + {/* Ideal For Indicator */} +
+
+ + {useCase.scenario} + +
+
+ ))} +
+
+
+
+ + {/* 4. Our Approach */} +
+
+
+
+
+ +

Integrated Learning Campus Experience

+

+ Our comprehensive approach combines premium accommodations, state-of-the-art learning facilities, and exceptional service delivery. +

+
+ + {/* Flowchart Container with Connecting Lines */} +
+ {/* Desktop: Horizontal Flowchart */} +
+
+ {/* Row 1: Facilities, Services, Technology */} +
+ {/* Facilities */} +
+
+ +
+

Premium Facilities

+

+ World-class accommodations and learning environments +

+
+
+ Luxury Accommodations +
+
+ Learning Spaces +
+
+ Wellness Facilities +
+
+
+ + {/* Arrow 1→2 */} +
+
+ +
+ + {/* Services */} +
+
+ +
+

Service Excellence

+

+ Exceptional hospitality and dining experiences +

+
+
+ Gourmet Catering +
+
+ 24/7 Concierge +
+
+ Event Management +
+
+
+ + {/* Arrow 2→3 */} +
+
+ +
+ + {/* Technology */} +
+
+ +
+

Technology Infrastructure

+

+ Advanced technology for seamless learning delivery +

+
+
+ High-Speed Internet +
+
+ AV Equipment +
+
+ Tech Support +
+
+
+
+ + {/* Vertical Connector - Center Flow Down */} +
+
+
+ +
+
+ + {/* Row 2: Customization, Support */} +
+ {/* Customization */} +
+
+ +
+

Flexible Customization

+

+ Adaptable spaces configured to your program needs +

+
+
+ Room Configurations +
+
+ Custom Setups +
+
+ Branding Options +
+
+
+ + {/* Arrow 4→5 */} +
+
+ +
+ + {/* Dedicated Support */} +
+
+ +
+

Dedicated Support

+

+ Expert team ensuring flawless program execution +

+
+
+ Event Coordinators +
+
+ Facility Staff +
+
+ Technical Team +
+
+
+
+ + {/* Final Vertical Connector - Center Flow Down to Outcome */} +
+
+
+ +
+
+ + {/* Row 3: Expected Outcome - Centered */} +
+
+
+ +

Expected Outcome

+
+

+ An immersive learning environment that enhances focus, engagement, and program effectiveness for transformational results. +

+
+ + Exceptional Learning Experience +
+
+
+
+
+ + {/* Tablet & Mobile: Vertical Flowchart */} +
+ {/* Facilities */} +
+
+
+ +
+

Premium Facilities

+

+ World-class accommodations and learning environments +

+
+
+ Luxury Accommodations +
+
+ Learning Spaces +
+
+ Wellness Facilities +
+
+
+ {/* Connector Arrow */} +
+ +
+
+ + {/* Services */} +
+
+
+ +
+

Service Excellence

+

+ Exceptional hospitality and dining experiences +

+
+
+ Gourmet Catering +
+
+ 24/7 Concierge +
+
+ Event Management +
+
+
+ {/* Connector Arrow */} +
+ +
+
+ + {/* Technology */} +
+
+
+ +
+

Technology Infrastructure

+

+ Advanced technology for seamless learning delivery +

+
+
+ High-Speed Internet +
+
+ AV Equipment +
+
+ Tech Support +
+
+
+ {/* Connector Arrow */} +
+ +
+
+ + {/* Customization */} +
+
+
+ +
+

Flexible Customization

+

+ Adaptable spaces configured to your program needs +

+
+
+ Room Configurations +
+
+ Custom Setups +
+
+ Branding Options +
+
+
+ {/* Connector Arrow */} +
+ +
+
+ + {/* Dedicated Support */} +
+
+
+ +
+

Dedicated Support

+

+ Expert team ensuring flawless program execution +

+
+
+ Event Coordinators +
+
+ Facility Staff +
+
+ Technical Team +
+
+
+ {/* Connector Arrow */} +
+ +
+
+ + {/* Expected Outcome */} +
+
+ +

Expected Outcome

+
+

+ An immersive learning environment that enhances focus, engagement, and program effectiveness for transformational results. +

+
+ + Exceptional Learning Experience +
+
+
+
+ + {/* Framework Effectiveness */} +
+
+

Facility Excellence Metrics

+

+ Our integrated campus approach delivers superior learning outcomes through exceptional environments. +

+
+ +
+
+
+ +
+
96%
+

Guest Satisfaction Rating

+
+ +
+
+ +
+
92%
+

Program Effectiveness Increase

+
+ +
+
+ +
+
89%
+

Repeat Booking Rate

+
+
+
+
+
+
+
+ + {/* 5. Sample Program Format */} +
+
+
+
+ +

Complete Campus Experience

+

+ A comprehensive facility experience designed to maximize learning outcomes and participant satisfaction. +

+
+ +
+ {facilityFeatures.map((feature, index) => ( + + +
setExpandedFeature(expandedFeature === index ? null : index)} + > +
+
+ {index + 1} +
+
+

{feature.phase}

+
+ + {feature.duration} +
+
+
+
+ {expandedFeature === index ? ( + + ) : ( + + )} +
+
+ + {expandedFeature === index && ( +
+
+
+

Available Features

+
    + {feature.activities.map((activity, activityIndex) => ( +
  • + + {activity} +
  • + ))} +
+
+
+

Experience Benefits

+
    + {feature.deliverables.map((deliverable, deliverableIndex) => ( +
  • + + {deliverable} +
  • + ))} +
+
+
+
+ )} +
+
+ ))} +
+
+
+
+ + {/* 6. Impact You Can Expect */} +
+
+
+
+ +

Measurable Facility Outcomes

+

+ Organizations consistently report high satisfaction and improved program outcomes when using our premium facility. +

+
+ + {/* Outcomes Grid */} +
+ {expectedOutcomes.map((outcome, index) => ( + + +
+ +
+
+ {outcome.metric} +
+

{outcome.description}

+

{outcome.category}

+
+
+ ))} +
+ +
+

Additional Facility Benefits

+
+
+ +

Premium Environment

+

World-class facilities that enhance learning and networking

+
+
+ +

Exceptional Service

+

Dedicated support staff and personalized service excellence

+
+
+ +

Strategic Location

+

Convenient location with peaceful, focused learning environment

+
+
+
+
+
+
+ + {/* 7. Client Examples / Testimonials - Hero Section Design */} +
+
+ {/* Branded Tag */} +
+
+
+ + Client Success Stories + +
+
+ + {/* Main heading */} +

+ Kautilya Facility Success +

+ + {/* 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. +
+ + {/* Attribution */} +
+
+ Multinational Corporation +
+
+ Senior Leadership Team • 5-day strategic retreat • 96% satisfaction rating +
+
+
+ + {/* Large Closing Quotation Mark */} +
+ " +
+
+
+
+
+
+ + {/* 8. CTA Section - Hero Section Design */} +
+ {/* Background Image */} +
+ + + {/* Subtle dark overlay for overall image */} +
+ + {/* Gradient overlay for better text readability */} +
+
+ + {/* Content Container */} +
+ {/* CTA Content Block */} +
+ {/* Branded Tag */} + + + {/* Main Headline */} +

+ Ready to experience Kautilya Facility? + + {" "}Get in touch{" "} + + for world-class learning spaces. +

+ + {/* CTA Button */} + navigateTo('/contact?topic=kautilya-facility')} + ariaLabel="Schedule a Kautilya Facility tour" + /> + + {/* Supporting Text */} +

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