Shreesh Group

4Wheels MediaWorks brought Shreesh Group’s visionary living to life with impactful storytelling, immersive visuals, and a digital presence as refined as their spaces.
project overview

Shreesh Group is where thoughtful design meets modern lifestyle. With a legacy built on innovation, integrity, and community-focused spaces, the group continues to redefine urban living. From premium residences to commercial icons like Sky 100, every development reflects their passion for elevating everyday life with luxury and purpose.

4Wheels MediaWorks amplified this vision through a seamless blend of strategy and creativity. We crafted a refined website, executed compelling photo and video shoots, and developed impactful print media to showcase their ethos. With targeted social media storytelling and authentic influencer collaborations, we helped position Shreesh Group as a name synonymous with elegant, future-ready spaces.

year
2023
tag

Website Development, Social Media, Print Media, Influencer's Collaboration, Video & Photo Shoot

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()); }); });