diff --git a/src/pages/Onboarding.jsx b/src/pages/Onboarding.jsx index 32ba5ac..e42f6ea 100644 --- a/src/pages/Onboarding.jsx +++ b/src/pages/Onboarding.jsx @@ -1,9 +1,53 @@ -function Onboarding() { +import Button from '../components/Button'; + +export default function Onboarding() { return ( -
-

Onboarding Page! 🎉

+
+ {/* quiz card */} +
+ {/* title and subtitle */} +
+

What are some of your concerns today?

+

Your selections help us customize your dashboard

+
+ {/* button quiz grid */} +
+
+ {/* next and skip buttons */} +
+
+
); -} - -export default Onboarding; +} \ No newline at end of file