feat(ui): add premium BenefitGrid to karriere page
Former-commit-id: b832e30800338c59f7d55e56a0bf30dd8b9b63aa
This commit is contained in:
@@ -18,6 +18,7 @@ import { CompanyTimeline } from '@/components/blocks/CompanyTimeline';
|
||||
import { JobListingBlock } from '@/components/blocks/JobListingBlock';
|
||||
import { CallToAction } from '@/components/blocks/CallToAction';
|
||||
import { ServiceDetailGrid } from '@/components/blocks/ServiceDetailGrid';
|
||||
import { BenefitGrid } from '@/components/blocks/BenefitGrid';
|
||||
import { Button } from '@/components/ui/Button';
|
||||
|
||||
|
||||
@@ -30,6 +31,7 @@ const mdxComponents = {
|
||||
JobListingBlock,
|
||||
CallToAction,
|
||||
ServiceDetailGrid,
|
||||
BenefitGrid,
|
||||
Button,
|
||||
Heading,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user