diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 01b31e3..b4ae0b4 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -8,7 +8,7 @@ import { Eye, Play, Images } from "lucide-react"; import { Skeleton } from "@/components/ui/skeleton"; import Header from "@/components/header"; import Footer from "@/components/footer"; -import AdSense, { ArticleCardAd, InArticleAd, MultiplexAd, SidebarAd } from "@/components/adsense"; +import AdSense, { ArticleCardAd, SidebarAd } from "@/components/adsense"; import ArtistPatternBg from "@/components/artist-pattern-bg"; import { PhotoGalleryWidget } from "@/components/photo-gallery"; import { HoroscopeWidget } from "@/components/horoscope-widget"; @@ -680,7 +680,9 @@ export default function Home() { - +
+ +
{widePickedArticles.length > 0 && (
@@ -722,11 +724,17 @@ export default function Home() {
)} - {ri % 3 === 2 && ri < gridRows.length - 1 && } + {ri % 3 === 2 && ri < gridRows.length - 1 && ( +
+ +
+ )} ))} - +
+ +
{bottomSection.map((item, i) => ( @@ -736,7 +744,9 @@ export default function Home() { ))}
- +
+ +
{extraBottomArticles.length > 3 && (
@@ -746,7 +756,9 @@ export default function Home() {
)} - +
+ +
@@ -754,7 +766,9 @@ export default function Home() {
- +
+ +