// Renders V1 Spotlight as the production landing page.

const TWEAKS = {
  animations: true,
  headline: 'spot-on',
  tagline: 'Find your next night out.',
};

ReactDOM.createRoot(document.getElementById('root')).render(<V1Bold tweaks={TWEAKS} />);
