// Home page — composed from existing section components, wrapped by Layout. function HomePage() { const theme = readPersistedTheme(); const t = theme.whiteLabel === 'custom' ? theme.custom : (THEMES[theme.whiteLabel] || THEMES['ai-company']); return ( ); } ReactDOM.createRoot(document.getElementById('root')).render();