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

Enhancing Your Career

AptivaAI helps you advance your career. Plan career milestones, enhance your skill set, optimize your resume, and prepare for promotions or transitions.

); } export default EnhancingLanding;