{/* Paragraphs */}
{Array.from({ length: 12 }).map((_, index) => (
))}
{/* Subheading in content */}
import type React from "react" import { cn } from "../../utils/cn" import { UnifiedSkeleton, TextSkeleton, MediaSkeleton, InteractiveSkeleton } from "./unified-skeleton" import { CardSkeletonGrid } from "./card-skeleton" interface PageLayoutSkeletonProps { className?: string } /** * Announcement bar skeleton that matches the AnnouncementBar component */ export function AnnouncementBarSkeleton() { return (