component PublicFooter { props { class: string = "" homeHref: string = "/" brandName: string = "WrNexus" brandTagline: string = "Identity Cloud" brandAriaLabel: string = "WrNexus home" newsletterEyebrow: string = "WrNexus updates" newsletterTitle: string = "Identity insights delivered to your inbox" newsletterDescription: string = "Get product updates, security guidance, implementation strategies, and practical identity architecture resources." newsletterAction: string = "/api/newsletter/subscribe" newsletterButtonLabel: string = "Subscribe" newsletterPlaceholder: string = "Enter your work email" newsletterSuccessMessage: string = "Thanks. Please check your inbox to confirm your subscription." copyrightText: string = "© 2026 WrNexus. All rights reserved." attributionText: string = "Built by WorkRoot Workspace." showNewsletter: boolean = true showSocialLinks: boolean = true showThemeToggle: boolean = true } state email = "" state newsletterSubmitted = false view { } }