\n {sectionData.links.map((link, index) => (\n
\n {\n setIsSelected(link.linkText);\n handleClose();\n }}\n >\n {link.linkText}\n {link.linkTarget ? (\n \n ) : null}\n \n
\n ))}\n {sectionData.buttons.length ? (\n <>\n {sectionData.buttons.map(\n (\n {\n buttonText,\n buttonLinkPath,\n buttonTarget,\n buttonClassName,\n ariaLabel,\n isPopout,\n popoutDisplayMode,\n popoutBackgroundImage,\n popoutCustomSection,\n params = [],\n },\n index\n ) =>\n buttonText ? (\n
\n {isPopout ? (\n
\n ) : (\n
\n {buttonText}\n \n )}\n
\n ) : null\n )}\n >\n ) : null}\n