top of page
ARVA FINAL-03.png
Facebook Cover2-01.jpg

At Arva, we believe in cultural exchange as a collaboration with you. While designing a custom Arva piece, we together undertake the design process, look at materials and forms, and ultimately create a piece that’s only for you. 

 

To schedule an appointment at our studio for a custom Arva piece or to place an order for any available pieces in-person, fill out your information below and we will contact you. For immediate assistance, please call +91-.

Book a slot with your stylist

Choose a Category

Select
bottom of page
$w.onReady(() => { // Select all images that need lazy loading const lazyImages = $w('Image').filter(img => img.link === null); // Filter images with no link or specific criteria // Function to lazy load an image function lazyLoadImage(img) { const dataSrc = img.src; // Assuming the placeholder src is initially blank or a loading image const actualSrc = img.dataSrc; // Assuming you set the real source in a custom attribute (e.g., "dataSrc") if (actualSrc) { img.src = actualSrc; // Set the actual image source img.dataSrc = ''; // Clear the data source to avoid re-triggering } } // Attach `onViewportEnter` to each lazy-load image lazyImages.forEach(img => { img.onViewportEnter(() => lazyLoadImage(img)); }); });