# React and Next.js Install

```tsx
import Script from 'next/script';

export function ContactForm() {
  return (
    <section id="contact">
      <div id="localbot-contact" />
      <Script
        src="https://www.localbot.io/api/widget/YOUR_WIDGET_ID"
        strategy="lazyOnload"
      />
    </section>
  );
}
```

No localbot API key is needed in the website project.
