Merge branch 'main' into B2B-95
This commit is contained in:
@@ -2,10 +2,7 @@ import Link from 'next/link';
|
||||
|
||||
import { ArrowRightIcon } from 'lucide-react';
|
||||
|
||||
import {
|
||||
CtaButton,
|
||||
Hero,
|
||||
} from '@kit/ui/marketing';
|
||||
import { CtaButton, Hero } from '@kit/ui/marketing';
|
||||
import { Trans } from '@kit/ui/trans';
|
||||
|
||||
import { withI18n } from '~/lib/i18n/with-i18n';
|
||||
@@ -25,7 +22,6 @@ function Home() {
|
||||
cta={<MainCallToActionButton />}
|
||||
/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user