// Hero + marquee + intro for Sabrana const { useEffect: useEffectHero } = React; function Hero() { return (
Est. Belgrade · Remote worldwide
N° 001 — sabrana.co

A one-woman communications studio for brands that prefer a quiet kind of craft.

Sabrana is the practice of Jelena Marinković — PR, social, and event communications, built around the belief that a brand's voice should sound the same in a press release, on a panel, and on a Tuesday morning on TikTok.
See the work Services
4.5yrs
In PR & brand comms
30+
Brands represented
3lang.
SR · EN · TR
Now
Taking Q3 · 2026 briefs
); } function ClientsMarquee() { const direct = window.SABRANA.directClients; const agency = window.SABRANA.agencyClients; return (
Clients

A short ledger, kept honest: who Sabrana works with directly today, and who Jelena has represented during prior in-house and agency engagements.

); } function ClientsRow({ label, sublabel, items, tone, reverse }) { const doubled = [...items, ...items, ...items]; return (
{label}
{sublabel}
{doubled.map((c, i) => ( {c.name} {c.note} · ))}
); } function Manifesto() { return (
The studio

Fewer clients. Closer attention. The person you brief is the person who writes, pitches, and picks up the phone on Friday night.

Sabrana is deliberately small. One practitioner, a tight roster, and long relationships. The work sits where PR meets brand — press, social, influencer, events — treated as one voice rather than separate channels.

The clients range from family wineries to global manufacturers. What they share is a preference for considered, honest communications over loud, disposable ones.

); } Object.assign(window, { Hero, ClientsMarquee, Manifesto });