diff --git a/src/app/about/advertise/page.tsx b/src/app/about/advertise/page.tsx index 524d1ce..f3f9ec7 100644 --- a/src/app/about/advertise/page.tsx +++ b/src/app/about/advertise/page.tsx @@ -1,45 +1,61 @@ +import Header from "@/components/Header"; +import Footer from "@/components/Footer"; +import AdImage from "@/components/AdImage"; +import { ADS_728X90, shuffle } from "@/lib/ads"; + export const metadata = { title: "Advertise — Broadcast Beat" }; export default function AdvertisePage() { return ( -
-

Advertise on Broadcast Beat

-

- Broadcast Beat reaches broadcast engineers, post supervisors, streaming - architects, and live-event professionals across the industry. -

- -
-

Available units

- -
- -
-

Reporting

-

- Every banner is tracked for gross impressions and clicks. Advertisers - receive a monthly report with totals and CTR. Click links route through - /r/{"{campaign}"} for accurate counting independent of analytics - blockers. +

+
+
+

Advertise on Broadcast Beat

+

+ Broadcast Beat reaches broadcast engineers, post supervisors, streaming + architects, and live-event professionals across the industry.

-
-
-

Get in touch

-

- advertising@broadcastbeat.com -

-
-
+
+

Available units

+ +
+ + {/* In-content 728x90 banner (live example of the leaderboard unit) */} + {ADS_728X90.length > 0 && ( +
+ +
+ )} + +
+

Reporting

+

+ Every banner is tracked for gross impressions and clicks. Advertisers + receive a monthly report with totals and CTR. Click links route through + /r/{"{campaign}"} for accurate counting independent of analytics + blockers. +

+
+ +
+

Get in touch

+

+ advertising@broadcastbeat.com +

+
+ +