Merge branch 'main' into B2B-88
This commit is contained in:
@@ -9,20 +9,17 @@ import {
|
||||
import { Trans } from '@kit/ui/trans';
|
||||
|
||||
import { withI18n } from '~/lib/i18n/with-i18n';
|
||||
import { MedReportTitle } from '@/components/MedReportTitle';
|
||||
|
||||
function Home() {
|
||||
return (
|
||||
<div className={'mt-4 flex flex-col space-y-24 py-14'}>
|
||||
<div className={'container mx-auto'}>
|
||||
<Hero
|
||||
title={
|
||||
<>
|
||||
<span>Med Report</span>
|
||||
</>
|
||||
}
|
||||
title={<MedReportTitle />}
|
||||
subtitle={
|
||||
<span>
|
||||
Lihtne, mugav ja kiire ülevaade Sinu tervise seisundist
|
||||
<Trans i18nKey={'marketing:heroSubtitle'} />
|
||||
</span>
|
||||
}
|
||||
cta={<MainCallToActionButton />}
|
||||
@@ -56,8 +53,8 @@ function MainCallToActionButton() {
|
||||
</CtaButton>
|
||||
|
||||
<CtaButton variant={'link'}>
|
||||
<Link href={'/contact'}>
|
||||
<Trans i18nKey={'common:contactUs'} />
|
||||
<Link href={'/register-company'}>
|
||||
<Trans i18nKey={'account:createCompanyAccount'} />
|
||||
</Link>
|
||||
</CtaButton>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user