diff --git a/frontend/public/images/coaching/coaching-intake.jpg b/frontend/public/images/coaching/coaching-intake.jpg new file mode 100644 index 0000000..a421834 Binary files /dev/null and b/frontend/public/images/coaching/coaching-intake.jpg differ diff --git a/frontend/src/pages/intake.tsx b/frontend/src/pages/intake.tsx index b614615..a3f3679 100644 --- a/frontend/src/pages/intake.tsx +++ b/frontend/src/pages/intake.tsx @@ -1,5 +1,6 @@ import axios from 'axios'; import Head from 'next/head'; +import Image from 'next/image'; import Link from 'next/link'; import React from 'react'; import LayoutGuest from '../layouts/Guest'; @@ -102,6 +103,17 @@ export default function Intake() { Share what you want to work on. Your coach can review this, create a client record, and prepare the first session around your goals.
+