+
+ Siren
+
+
+ {headers.map((item) => {
+ const menuItems = item.links?.map((subItem) => (
+
router.push(subItem.link ?? '#')}
+ key={subItem.label}
+ >
+ {subItem.label}
+
+ ));
+ if (menuItems) {
+ return (
+
+ );
+ }
+ return (
+
+ {item.label}
+
+ );
+ })}
+
+
+