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