{logoConfig.map((config, index) => (
{renderLogo(config.size, config.showText)}
))}
{/* Navigation Links - Consistent center positioning */}
{/* XSmall breakpoint - Navigation items moved to right section */}
{/* Empty for XSmall - navigation moved to right */}
{/* Small breakpoint - All items grouped together, centered */}
{renderNavigationItems("xsmall")}
{logIn && renderLoginButton("xsmall")}
{renderNavigationItems("xsmall")}
{renderNavigationItems("large")}
{renderNavigationItems("xlarge")}
{/* Authentication Elements - Consistent right alignment across all breakpoints */}
{/* XSmall breakpoint - All navigation items + Create Rule button */}
{renderNavigationItems("xsmall")}
{logIn && renderLoginButton("xsmall")}
{renderCreateRuleButton("xsmall", "small", "small")}
{/* Small breakpoint - Only Create Rule button */}
{renderCreateRuleButton("xsmall", "small", "small")}
{/* Medium breakpoint */}
{logIn && renderLoginButton("xsmall")}
{renderCreateRuleButton("xsmall", "medium", "medium")}
{/* Large breakpoint */}
{logIn && renderLoginButton("large")}
{renderCreateRuleButton("large", "xlarge", "xlarge")}
{/* XLarge breakpoint */}
{logIn && renderLoginButton("xlarge")}
{renderCreateRuleButton("xlarge", "xlarge", "xlarge")}