import React from 'react'; import { useNavigate } from 'react-router-dom'; import { Button } from './ui/button.js'; function PlanningLanding() { const navigate = useNavigate(); return (

Planning Your Career

Discover career options that match your interests, skills, and potential. AptivaAI helps you find your ideal career path, provides insights into educational requirements, expected salaries, job market trends, and more.

Identify your interests and discover careers aligned with your strengths.

Research detailed career profiles, job descriptions, salaries, and employment outlooks.

Find the right educational programs, degrees, and certifications needed to pursue your chosen career.

); } export default PlanningLanding;