import Image from "next/image" import { cn } from "@/lib/utils" export function BlockImage({ name, width = 1440, height = 900, className, }: Omit, "src" | "alt"> & { name: string }) { return (
{name} {name}
) }