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

Preparing for Your (Next) Career

Build the right skills and plan your education so you can confidently enter (or transition into) your new career.

{/* Section: Choose Skills-Based vs. Formal Education */}

Which Path Fits You?

We can help you identify whether a skills-based program (certifications, bootcamps, on-the-job training) or a more formal education route (two-year or four-year college) is the best fit. Whichever path you choose, our AI tools will guide you from application to graduation.

{/* Explore Education Options (handles skill-based & formal) */} {/* How to Pay button (placeholder route) */}
{/* Section: Tie-In to LoanRepayment or Additional Financial Planning */}

Financing Your Future

Already have an idea of where you want to enroll? We can help you compare costs, estimate student loan repayments, and map out work-study or part-time opportunities. Our integrated LoanRepayment tools will show you realistic monthly payments so you can make confident choices.

{/* Optional: Retake Interest Inventory */}

Still Exploring?

If you’d like to revisit career possibilities, feel free to retake our Interest Inventory to see other matching paths.

); } export default PreparingLanding;