diff --git a/client/pages/GetStarted.tsx b/client/pages/GetStarted.tsx new file mode 100644 index 00000000..eb1723da --- /dev/null +++ b/client/pages/GetStarted.tsx @@ -0,0 +1,23 @@ +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. +
  3. Complete onboarding to tailor your experience.
  4. +
  5. Explore your personalized dashboard and projects.
  6. +
+
+ Start Onboarding + Open Dashboard +
+
+
+
+ ); +}