This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

NextJS 13

```bash
npx create-next-app@13.5.4
```

next.config.js
```js
const nextConfig = {
    reactStrictMode: false,
}
```

```
"use client";

useEffect(() => {
TgTag({
  wp_hcuid: "",
  ti: "000000", // ad id
  ty: "Home",
  device: "web"
})
}, [0]);

```