diff --git a/attached_assets/image_1772315133100.png b/attached_assets/image_1772315133100.png new file mode 100644 index 0000000..f47896e Binary files /dev/null and b/attached_assets/image_1772315133100.png differ diff --git a/attached_assets/image_1772315158334.png b/attached_assets/image_1772315158334.png new file mode 100644 index 0000000..f3ee0bb Binary files /dev/null and b/attached_assets/image_1772315158334.png differ diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 8f039c8..ba02c60 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -229,7 +229,7 @@ function NativeAdCard() { function TopStoriesList({ articles }: { articles: Article[] }) { return ( -
+

Top-Storys @@ -247,6 +247,15 @@ function TopStoriesList({ articles }: { articles: Article[] }) { ))}

+
+ +
); }