'Collaborative 1', 'slug' => 'home-1', 'type' => TeachingType::COLLABORATIVE->value, 'title' => 'Mentor LMS - Home Page 1', 'description' => 'Discover top categories, trending courses, expert instructors, and more.', 'meta_description' => 'Mentor LMS Home 1: Find your perfect course, learn from the best instructors, and join our community.', 'meta_keywords' => 'online courses, best instructors, trending, categories, testimonials', 'sections' => IntroSections::getHome1Sections(), ], // Home page 2 [ 'name' => 'Collaborative 2', 'slug' => 'home-2', 'type' => TeachingType::COLLABORATIVE->value, 'title' => 'Mentor LMS - Home Page 2', 'description' => 'Discover top categories, trending courses, expert instructors, and more.', 'meta_description' => 'Mentor LMS Home 1: Find your perfect course, learn from the best instructors, and join our community.', 'meta_keywords' => 'online courses, best instructors, trending, categories, testimonials', 'sections' => IntroSections::getHome2Sections(), ], // Home page 3 [ 'name' => 'Collaborative 3', 'slug' => 'home-3', 'type' => TeachingType::COLLABORATIVE->value, 'title' => 'Mentor LMS - Online Learning Platform', 'description' => 'Learn from expert instructors with our wide range of online courses.', 'meta_description' => 'Mentor LMS offers 5,500+ online courses taught by 400+ trusted instructors across various categories.', 'meta_keywords' => 'online courses, e-learning, LMS, instructor-led, training, education', 'sections' => IntroSections::getHome3Sections(), ], // Home page 4 [ 'name' => 'Administrative 1', 'slug' => 'home-4', 'type' => TeachingType::ADMINISTRATIVE->value, 'title' => 'Mentor LMS - Advanced Learning Platform', 'description' => 'Immersive learning experience with AR/VR technology and expert-led courses', 'meta_description' => 'Mentor LMS Home 3: Experience next-generation learning with immersive courses, expert instructors, and cutting-edge educational technology', 'meta_keywords' => 'AR/VR learning, immersive education, online courses, virtual reality education, expert instructors', 'sections' => IntroSections::getHome4Sections(), ], // Home page 5 [ 'name' => 'Administrative 2', 'slug' => 'home-5', 'type' => TeachingType::ADMINISTRATIVE->value, 'title' => 'Mentor LMS - Advanced Learning Platform', 'description' => 'Immersive learning experience with AR/VR technology and expert-led courses', 'meta_description' => 'Mentor LMS Home 3: Experience next-generation learning with immersive courses, expert instructors, and cutting-edge educational technology', 'meta_keywords' => 'AR/VR learning, immersive education, online courses, virtual reality education, expert instructors', 'sections' => IntroSections::getHome5Sections(), ], ]; } /** * Get policy pages data */ public static function getInnerPages(): array { return [ // About Us page [ 'name' => 'About Us', 'slug' => 'about-us', 'type' => 'inner_page', 'title' => 'About Us - Why Choose Mentor?', 'meta_description' => 'Mentor LMS offers quality content, affordable learning, and continuous improvement in online education.', 'meta_keywords' => 'about us, mission, vision, quality content, affordable learning, education platform', 'sections' => InnerSections::getAboutUsSections() ], // Our Team page [ 'name' => 'Our Team', 'slug' => 'our-team', 'type' => 'inner_page', 'title' => 'Our Team - Meet the People Behind Mentor', 'meta_description' => 'Meet the Mentor team - passionate educators, skilled developers, and dedicated professionals working to democratize education.', 'meta_keywords' => 'our team, about team, Mentor team, leadership, educators, developers, support staff', 'sections' => InnerSections::getOurTeamSections() ], // Careers page [ 'name' => 'Careers', 'slug' => 'careers', 'type' => 'inner_page', 'title' => 'Careers - Join Our Mission at Mentor', 'meta_description' => 'Join Mentor team and help transform education. Explore career opportunities, company culture, and growth prospects.', 'meta_keywords' => 'careers, jobs, employment, Mentor jobs, education careers, remote work, software engineer, product manager', 'sections' => [] ], // Contact Us page [ 'name' => 'Address', 'slug' => 'contact-us', 'type' => 'inner_page', 'title' => 'Contact Us - Get in Touch with Mentor', 'description' => InnerSections::getContactUsDescription(), 'meta_description' => 'Contact Mentor for support, partnerships, careers, or general inquiries. Find all our contact information and office details.', 'meta_keywords' => 'contact us, support, help, contact information, customer service, partnerships, feedback', 'sections' => [] ], // Cookie Policy page [ 'name' => 'Cookie Policy', 'slug' => 'cookie-policy', 'type' => 'inner_page', 'title' => 'Cookie Policy', 'description' => InnerSections::getCookiePolicyDescription(), 'meta_description' => 'Mentor LMS Cookie Policy: Learn about how we use cookies and similar technologies on our platform.', 'meta_keywords' => 'cookie policy, cookies, privacy, tracking, web cookies, http cookies', 'sections' => [] ], // Terms and Conditions page [ 'name' => 'Terms and Conditions', 'slug' => 'terms-and-conditions', 'type' => 'inner_page', 'title' => 'Terms and Conditions', 'description' => InnerSections::getTermsAndConditionsDescription(), 'meta_description' => 'Read Mentor LMS Terms and Conditions to understand your rights and responsibilities while using our platform.', 'meta_keywords' => 'terms, conditions, terms of service, legal agreement, user agreement', 'sections' => [] ], // Privacy Policy page [ 'name' => 'Privacy Policy', 'slug' => 'privacy-policy', 'type' => 'inner_page', 'title' => 'Privacy Policy', 'description' => InnerSections::getPrivacyPolicyDescription(), 'meta_description' => 'Learn about how Mentor LMS collects, uses, and protects your personal information in our Privacy Policy.', 'meta_keywords' => 'privacy policy, data protection, personal information, data collection, data security', 'sections' => [] ], // Refund Policy page [ 'name' => 'Refund Policy', 'slug' => 'refund-policy', 'type' => 'inner_page', 'title' => 'Refund Policy', 'description' => InnerSections::getRefundPolicyDescription(), 'meta_description' => 'Learn about Mentor LMS refund conditions and processes for course purchases and other services.', 'meta_keywords' => 'refund policy, refunds, money back, course refund, payment returns', 'sections' => [] ], ]; } }