fix: align public coaching CTAs
This commit is contained in:
parent
bc6baec7c0
commit
84e82223bd
@ -711,7 +711,7 @@ export default function HowItWorks() {
|
|||||||
href='/intake/'
|
href='/intake/'
|
||||||
className={`mt-8 inline-flex rounded-none px-7 py-4 font-semibold ${ui.button}`}
|
className={`mt-8 inline-flex rounded-none px-7 py-4 font-semibold ${ui.button}`}
|
||||||
>
|
>
|
||||||
Start free
|
Start assessment
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -750,7 +750,7 @@ export default function HowItWorks() {
|
|||||||
href='/intake/'
|
href='/intake/'
|
||||||
className={`rounded-none px-8 py-4 font-semibold ${ui.button}`}
|
className={`rounded-none px-8 py-4 font-semibold ${ui.button}`}
|
||||||
>
|
>
|
||||||
Start free
|
Start assessment
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@ -76,15 +76,14 @@ function Nav() {
|
|||||||
className={`hidden items-center gap-6 text-base font-medium ${ui.ink} md:flex`}
|
className={`hidden items-center gap-6 text-base font-medium ${ui.ink} md:flex`}
|
||||||
>
|
>
|
||||||
<Link href='/how-it-works/'>How it works</Link>
|
<Link href='/how-it-works/'>How it works</Link>
|
||||||
<Link href='/client-portal/'>Coachee</Link>
|
<Link href='/about/'>About</Link>
|
||||||
<Link href='/#pricing'>Pricing</Link>
|
<Link href='/services/'>Services</Link>
|
||||||
<Link href='/#trust'>Trust</Link>
|
|
||||||
</nav>
|
</nav>
|
||||||
<Link
|
<Link
|
||||||
href='/intake/'
|
href='/intake/'
|
||||||
className={`rounded-none px-5 py-2.5 text-sm font-semibold ${ui.button}`}
|
className={`rounded-none px-5 py-2.5 text-sm font-semibold ${ui.button}`}
|
||||||
>
|
>
|
||||||
Start free
|
Start assessment
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user