diff --git a/src/app/authors/[slug]/page.tsx b/src/app/authors/[slug]/page.tsx index b9da8c1..965e16e 100644 --- a/src/app/authors/[slug]/page.tsx +++ b/src/app/authors/[slug]/page.tsx @@ -5,6 +5,8 @@ import { useParams } from "next/navigation"; import AppImage from "@/components/ui/AppImage"; import Header from "@/components/Header"; import Footer from "@/components/Footer"; +import AdImage from "@/components/AdImage"; +import { ADS_728X90, shuffle } from "@/lib/ads"; interface AuthorProfile { slug: string; @@ -475,6 +477,13 @@ export default function AuthorProfilePage() { } + + {/* In-content 728x90 banner */} + {ADS_728X90.length > 0 && ( +
+ +
+ )}