A reusable and responsive component for Image Masked Text, where you can customise every detail
import Component from "@/components/ui/masked-text-and-image"; export default function DemoOne() { return <Component />; }