import { StrictMode } from 'react'; import { createRoot } from 'react-dom/client'; import App from './App.tsx'; import './index.css'; // Update document title document.title = '35 Ajans | Reklam Ajansı'; createRoot(document.getElementById('root')!).render( );