Heyday Marketing | Content Strategy
Line separator between sections image

Brands we work with

Line separator between sections image

Check out the campaign ideas we created for Lyn’s Furniture!

Line separator between sections image

What you get with our content strategy package

Would you like to meet with us before you make a decision?

Line separator between sections image

Related SERVICES

Influencer
Marketing
We partner with illustrious influencers in local, national, and international markets. Keeping your...
Content
Creation
With the right visuals, you can sell anything! We’ll provide beautifully executed photo and video...
Digital
Advertising
We’ll employ a data-backed strategy to elevate your digital advertising presence, which will also...
Social Media Management
We’ll fully manage and operate your social media accounts so you can focus on other areas...

Get Started

Step3

Step2

$(window).scroll(function(event) { var scrollTop = $(window).scrollTop(); var barra = document.getElementById("barra-menu"); var logo = document.getElementById("logo"); // Verificar que existan antes de usarlos if (!barra || !logo) return; if(scrollTop >= 30){ barra.classList.add('fondo'); logo.classList.add('tamano'); } if(scrollTop < 30){ barra.classList.remove('fondo'); logo.classList.remove('tamano'); } });