import Img from "@/src/components/twui/layout/Img"; import type { ComponentProps } from "react"; import { twMerge } from "tailwind-merge"; type Props = { src: string; img_props?: Omit, "alt">; }; export default function ImageBG({ src, img_props }: Props) { return ( bg image ); }