// page-about.jsx — About page content const EXPERTISE = [ { t: 'Video Editing' }, { t: 'Motion Design' }, { t: 'Social Media Strategy' }, { t: 'Performance Marketing' }, { t: 'Lead Generation' }, { t: 'Photography' }, { t: 'Videography' }, ]; function AboutPage({ setRoute }) { return (
{/* Manifesto */}

Marketing should be accountable. We pitch the numbers we expect to hit, we track them every week, and we don’t hide behind ‘awareness’ when leads don’t show up.

Senior-only on calls

You speak directly to Satnam — the person doing the work, not an account manager.

Built in-house

Creative, video, automation and ads — all built under one roof in Ludhiana.

Truth-telling

We tell you when a campaign won’t work, even if we’ve already been paid for it.

Local roots

We speak the language, know the Punjab market, and produce work that actually lands.

{/* Stats */}
+
Years in practice
+
Projects delivered
Countries — social media clients
Largest team led
{/* Founder note */}
SJ Satnam Singh · Ludhiana

“I started in video editing — cutting Bollywood promos in Mumbai, corporate films in Delhi, music videos in Punjab. Then I moved into social media and marketing, ran my own agency Socializar, and eventually built Harjog Solutions to bring all of it under one roof. Ten years on, the work is still the only thing that matters.”

Satnam Singh · Founder & Creative Director

{[ 'Ashok Malhotra Group — Creative & Social Media Head (Dec 2024–Present)', 'Socializar — Social Media Agency Owner (2023–24)', 'Praper Media — Team Lead, Video Production (2022–23)', 'Get Me Rank — Senior Designer (2020–22)', 'The Video Wand — Senior Video Editor, MCI India (2019–20)', 'Promo Editor, Bollywood & Punjabi Productions (2019)', 'Westweb Technologies — Video Editor & Designer (2016–19)', 'Freelancer — Video, Animation, Social Media (2014–16)', ].map((line, i) => (
))}
{/* Expertise */}

Core expertise

{EXPERTISE.map((e, i) => (

{e.t.split('').map((ch, j) => ( {ch === ' ' ? ' ' : ch} {ch === ' ' ? ' ' : ch} ))}

))}
); } Object.assign(window, { AboutPage, EXPERTISE });