feat: add intake page imagery
This commit is contained in:
parent
c96d898cd5
commit
94bd7fcb30
BIN
frontend/public/images/coaching/coaching-intake.jpg
Normal file
BIN
frontend/public/images/coaching/coaching-intake.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 290 KiB |
@ -1,5 +1,6 @@
|
|||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import Head from 'next/head';
|
import Head from 'next/head';
|
||||||
|
import Image from 'next/image';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import LayoutGuest from '../layouts/Guest';
|
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
|
Share what you want to work on. Your coach can review this, create
|
||||||
a client record, and prepare the first session around your goals.
|
a client record, and prepare the first session around your goals.
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<div className='rounded-none border border-[#19192d]/10 bg-white p-7'>
|
<div className='rounded-none border border-[#19192d]/10 bg-white p-7'>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user