import Container from "@/components/blog/container"; import {cn} from "@/lib/utils"; type Props = { preview?: boolean; }; const Alert = ({ preview }: Props) => { return (