"use client"; import { getAssetPath } from "../../lib/assetUtils"; import ContentContainer from "./ContentContainer"; export default function ContentBanner({ post }) { return (
{/* Background SVG */}
{/* Content Container */}
{/* ContentContainer with post data */}
); }