diff --git a/attached_assets/image_1772318294911.png b/attached_assets/image_1772318294911.png new file mode 100644 index 0000000..be9cff1 Binary files /dev/null and b/attached_assets/image_1772318294911.png differ diff --git a/attached_assets/image_1772318388821.png b/attached_assets/image_1772318388821.png new file mode 100644 index 0000000..f23c553 Binary files /dev/null and b/attached_assets/image_1772318388821.png differ diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 60e6fb2..21975de 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -524,8 +524,8 @@ export default function Home() { { type: "widget", el:
}, { type: "widget", el: }, { type: "widget", el: }, - { type: "ad", el: }, - { type: "ad", el: }, + { type: "ad", el:
}, + { type: "ad", el:
}, ]; for (let i = items.length - 1; i > 0; i--) { const j = Math.floor(Math.random() * (i + 1));