-
-
-
- {data.navigationCards.items.map(
- (item: NavigationCardProps, index: number) => (
-
- ),
- )}
-
+type FrontpageLayoutProps = {
+ content: React.ReactNode;
+};
-
-
-