The Gold by Samor

4Wheels MediaWorks highlighted the luxury of The Gold by Samor through captivating social media content, stunning visuals, and influencer collaborations that showcased its elegant design.
project overview

The Gold by Samor is a breathtaking luxury development, offering a sculptural skyline with penthouse terraces, bay windows, and intricate design details that flood each room with natural light. By day, the building stands as a marvel of architectural beauty, while at night, it transforms with dramatic lighting that highlights its elegance.

4Wheels MediaWorks helped elevate The Gold by Samor’s brand with dynamic social media content, captivating photo and video shoots, and strategic influencer collaborations. Our work focused on showcasing the building’s luxurious features and sophisticated design, making it a standout in the luxury real estate market.

year
2023
tag

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