Join the LeadLine Contractors team

Help Build the Fastest-Growing Lead Gen Agency for Contractors

“Everyone here is focused, fast, and driven to win — the energy is real. We move fast, grow faster, and actually enjoy the work.”

Image

Sami Khelil

Marketing Specialist at LeadLine Contractors

Growth Culture

We reward speed, ownership, and results. If you’re hungry to grow, we’ll give you the space to do it.

Remote First

We believe great people don’t need micromanaging — work from wherever, as long as you deliver.

Real Impact

You’re not just a cog. You’ll have direct ownership of campaigns that drive real revenue.

Fast Upside

No red tape, no waiting years to “move up.” Show results, and we move you up quickly.

Meet the team

Hugo Thorsson

Sales Manager

Sami Khelil

Marketing Specialist

Simona Cavdarovska

Client Success Specialist

© Copyright 2025. LeadLine Contractors. All Rights Reserved.

document.addEventListener("DOMContentLoaded", function () { const cards = document.querySelectorAll(".blur-effect-card"); cards.forEach((card) => { card.addEventListener("mouseenter", () => { document.body.classList.add("blur-active"); card.classList.add("hovered"); }); card.addEventListener("mouseleave", () => { card.classList.remove("hovered"); // Check if any card is still hovered if (![...cards].some((c) => c.matches(".hovered"))) { document.body.classList.remove("blur-active"); } }); }); }); html { scroll-behavior: smooth; } window.addEventListener('scroll', function () { document.body.classList.toggle('scrolled', window.scrollY > 200); });