{logoConfig.map((config, index) => (
{renderLogo(config.size, config.showText)}
))}
{/* Navigation Links - Consistent center positioning */}
{renderNavigationItems("xsmall")}
{renderNavigationItems("xsmall")}
{renderNavigationItems("xsmall")}
{renderNavigationItems("large")}
{renderNavigationItems("xlarge")}
{/* Authentication Elements - Consistent right alignment across all breakpoints */}
{/* XSmall and Small breakpoints */}
{renderLoginButton("xsmall")}
{renderCreateRuleButton("xsmall", "small", "small")}
{renderLoginButton("xsmall")}
{renderCreateRuleButton("xsmall", "small", "small")}
{/* Medium breakpoint */}
{renderLoginButton("xsmall")}
{renderCreateRuleButton("xsmall", "medium", "medium")}
{/* Large breakpoint */}
{renderLoginButton("large")}
{renderCreateRuleButton("large", "xlarge", "xlarge")}
{/* XLarge breakpoint */}
{renderLoginButton("xlarge")}
{renderCreateRuleButton("xlarge", "xlarge", "xlarge")}