Shilp Group

4Wheels MediaWorks partnered with Shilp Group to amplify their real estate presence through creative campaigns, influencer collaborations, media shoots, and impactful branding.

project overview

Shilp Group, one of Ahmedabad’s leading real estate developers, has redefined urban living with its visionary projects and commitment to excellence. With a legacy of over 50 landmark developments, the group stands tall on pillars of innovation, integrity, and strategic foresight.

At 4Wheels MediaWorks, we collaborated with Shilp Group to enhance their brand narrative across multiple platforms. Our team executed high-impact social media strategies, print media creatives, and engaging campaigns that resonated with their audience. Through influencer collaborations, we expanded their digital reach and fostered deeper community engagement. Additionally, we produced premium video and photo shoots that captured the essence of their projects with elegance and clarity.

Together, we helped Shilp Group visually and strategically showcase their pioneering legacy—building not just homes, but lasting impressions.

year
2023
tag

Social Media, Print Media, Campaign, 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()); }); });