Vishakha Group

4Wheels MediaWorks boosted Vishakha Group’s digital presence with engaging social media content, highlighting their innovative, sustainable approach to real estate excellence
project overview

Vishakha Group has been at the forefront of the real estate industry for nearly a decade, with a relentless focus on innovation, sustainability, and customer satisfaction. Their approach blends cutting-edge technology with eco-friendly practices to create residential and commercial spaces that inspire and endure.

4Wheels MediaWorks helped amplify Vishakha Group’s brand story through captivating social media content, showcasing their commitment to excellence and innovation in every project. Our creative content resonated with their audience, further cementing their reputation as industry leaders.

year
2023
tag

Social Media

document.addEventListener("DOMContentLoaded", () => { const items = document.querySelectorAll(".gsap-hover-image"); items.forEach(item => { const hoverLayer = item.querySelector(".hover-layer"); if (!hoverLayer) return; // Set initial state (just in case) gsap.set(hoverLayer, { opacity: 0 }); // Create timeline const tl = gsap.timeline({ paused: true }); tl.to(hoverLayer, { opacity: 1, duration: 1.6, ease: "power1.inOut" }); // Hover events item.addEventListener("mouseenter", () => tl.play()); item.addEventListener("mouseleave", () => tl.reverse()); }); });