component PublicHeader { props { class: string = "" homeHref: string = "/" brandName: string = "WrNexus" brandTagline: string = "Identity Cloud" brandAriaLabel: string = "WrNexus home" brandIcon: string = "icon-[lucide--blocks]" pricingLabel: string = "Pricing" pricingHref: string = "/pricing" statusLabel: string = "All systems operational" statusHref: string = "/status" signInLabel: string = "Sign in" signInHref: string = "/sign-in" primaryLabel: string = "Start free" primaryHref: string = "/sign-up" showStatus: boolean = true showThemeToggle: boolean = true showSignIn: boolean = true showPrimaryAction: boolean = true productLabel: string = "Product" solutionsLabel: string = "Solutions" developersLabel: string = "Developers" resourcesLabel: string = "Resources" } state activeMenu = "" state mobileMenuOpen = false state headerScrolled = false view {
{brandName} {brandTagline}
} }