import Layout from "@/components/Layout"; import { Link } from "react-router-dom"; export default function GetStarted() { return (

Get Started

  1. Create your account or sign in.
  2. Complete onboarding to tailor your experience.
  3. Explore your personalized dashboard and projects.
Start Onboarding Open Dashboard
); }