diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx
index 8ebc140..c6c2685 100644
--- a/frontend/src/pages/index.tsx
+++ b/frontend/src/pages/index.tsx
@@ -3,6 +3,7 @@ import type { ReactElement } from 'react';
import Head from 'next/head';
import Image from 'next/image';
import Link from 'next/link';
+import BookingLink from '../components/BookingLink';
import PublicSiteNav from '../components/PublicSiteNav';
import { publicCoachSite } from '../coachingSite';
import LayoutGuest from '../layouts/Guest';
@@ -180,12 +181,18 @@ export default function Starter() {
captures what makes your coaching yours, so clients stay connected
to the work between sessions.
-
))}
-
- Book assessment
-
+ Schedule assessment
+
diff --git a/frontend/src/pages/intake.tsx b/frontend/src/pages/intake.tsx
index 0322aab..1776ab3 100644
--- a/frontend/src/pages/intake.tsx
+++ b/frontend/src/pages/intake.tsx
@@ -4,6 +4,7 @@ import Image from 'next/image';
import Link from 'next/link';
import { useRouter } from 'next/router';
import React from 'react';
+import BookingLink from '../components/BookingLink';
import { publicCoachSite } from '../coachingSite';
import LayoutGuest from '../layouts/Guest';
import { getPageTitle } from '../config';
@@ -139,6 +140,21 @@ 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.
+
+
+ Prefer to book first?
+
+
+ Use Calendly to schedule the first assessment, then send intake
+ context when you are ready.
+
+
+ Schedule on Calendly
+
+
))}
-
+
{item.bookingLabel}
+
+
+ Send intake first
))}
@@ -125,9 +129,9 @@ export default function Services() {
Start with intake, then convert the lead into a client workspace.