30-70 (Shilp)

- for Shilp Group

“30-70” by Shilp Group breaks the mold of traditional real estate messaging with bold visuals and satire, redefining how value meets aspiration in Ahmedabad.
Campaign Overview

“This isn’t just about numbers—it’s about flipping the narrative. Why settle for less when you can live more?”
Shilp Group

The “30-70” campaign fearlessly questioned conventional real estate norms with a striking mix of satire, CGI, and sharp messaging. Turning heads across Ahmedabad with bold billboard statements, engaging digital visuals, and a humorous undertone, it challenged outdated perceptions with creativity and wit. Powered by 4Wheels MediaWorks, this 360° campaign didn’t just sell square footage—it sold a smarter way to think about space, value, and lifestyle.

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