1267677510559929 // --- Animation Components --- const AnimatedElement: React.FC<{ children: React.ReactNode; className?: string; delay?: number; direction?: 'up' | 'left' | 'right' | 'fade'; }> = ({ children, className = '', delay = 0, direction = 'up' }) => { const ref = useRef(null); const [isVisible, setIsVisible] = useState(false); useEffect(() => { const el = ref.current; if (!el) return; const observer = new IntersectionObserver( ([entry]) => { if (entry.isIntersecting) { setTimeout(() => setIsVisible(true), delay); observer.unobserve(el); } }, { threshold: 0.1, rootMargin: '50px' } );
top of page
Cloudy Blue Sky

The Dark Of You - gothic style handmade painting one of a kind art

$200.00Price

Welcome Offer — 10% off

Quantity
Only 1 left in stock
ONE OF A KIND Decor. Hand painted by me. The gothic style of this painting is bold and daring. I have named it "the dark of you". there. is a lot of energy into this piece and. would be an amazing addition to your unique style and decor.
  • acrylic paint,artificial flowers,dirt,Polyurethane
bottom of page