// App shell — Classic variant only (tweaks panel removed for production)
function App() {
  return <V1 heroLayout="split" />;
}

ReactDOM.createRoot(document.getElementById('app')).render(<App />);
