feat(ui): redesign germany map to modern dark split layout
This commit is contained in:
@@ -19,6 +19,7 @@ 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 { InteractiveGermanyMap } from '@/components/blocks/InteractiveGermanyMap';
|
||||
import { Button } from '@/components/ui/Button';
|
||||
|
||||
|
||||
@@ -32,6 +33,7 @@ const mdxComponents = {
|
||||
CallToAction,
|
||||
ServiceDetailGrid,
|
||||
BenefitGrid,
|
||||
InteractiveGermanyMap,
|
||||
Button,
|
||||
Heading,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user