Dev Life Spaces

4Wheels MediaWorks elevated Dev Life Spaces with impactful social media content and stunning print media, showcasing their commitment to transforming spaces into dream homes.
project overview

Dev Life Spaces is dedicated to transforming the cityscape of Ahmedabad, building dream homes that combine modern design with exceptional craftsmanship. Their commitment to quality and customer satisfaction has made them a trusted name in the real estate industry.

4Wheels MediaWorks worked alongside them to highlight their vision through vibrant social media content and elegant print media designs. Our goal was to showcase their expertise in turning spaces into dream homes, resonating with potential buyers and further enhancing their brand presence.

year
2023
tag

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