feat: add intake page imagery

This commit is contained in:
Flatlogic Bot 2026-06-11 13:49:50 +00:00
parent c96d898cd5
commit 94bd7fcb30
2 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

View File

@ -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.
</p>
<div className='mt-8 overflow-hidden border border-[#19192d]/10 bg-white'>
<Image
src='/images/coaching/coaching-intake.jpg'
alt='Coaching intake workspace prepared for a first assessment'
width={1672}
height={941}
sizes='(min-width: 1024px) 38vw, 100vw'
className='aspect-[16/9] w-full object-cover'
priority
/>
</div>
</div>
<div className='rounded-none border border-[#19192d]/10 bg-white p-7'>