// About, Journal, Testimonials, Contact, Tweaks const { useState: useStateAJ } = React; function About() { const t = window.SABRANA.testimonials; return (
About
Jelena Marinković
The practitioner
Jelena Marinković
Founder · Communications & PR

I started in journalism — the Faculty of Political Sciences at the University of Belgrade — and moved into communications on the other side of the desk. Four and a half years later, the brief hasn't changed: say the true thing, say it well, and help someone else hear it.

Most of those years were spent inside agencies and in-house teams — as an account executive at Smart Vision and Represent Communications, and as brand manager at Temet Winery — with internships earlier at the Faculty of Political Sciences and the Yugoslav Drama Theatre. In those roles I worked on accounts for Philips, Philip Morris, Miele, Velux, Geberit and the Turkish Tourism Office, among others.

Sabrana is the next chapter: a small independent practice, with Vilotijević Winery and Sanmilend Farm as the first direct clients. Remote from Belgrade, in Serbian, English or Turkish, for brands who want a communications partner rather than a supplier.

Education

Faculty of Political Sciences, Belgrade · Journalism, 2016 – 2023

London School of Public Relations · 2025 – 2026

Languages

Serbian (native) · English · Turkish

Based in

Belgrade · working remotely, CET hours

Recognitions

Haircare campaign of the quarter, 2025

Winery brand relaunch — finalist, 2024

{t.map((q, i) => (

{q.quote}

))}
); } function Journal() { const j = window.SABRANA.journal; return (
Journal

Short notes on the craft.

Occasional essays on public relations, content, and the way small brands make big moments.

); } function Contact() { const c = window.SABRANA.contact; const [form, setForm] = useStateAJ({ name: "", co: "", email: "", budget: "", brief: "", kind: "PR & brand", }); const [sent, setSent] = useStateAJ(false); const kinds = [ "PR & brand", "Social & content", "Influencer & partners", "Events & moderation", "Retainer — all of the above", ]; const budgets = ["< 3k €", "3 – 8k €", "8 – 20k €", "20k €+", "Retainer"]; function submit(e) { e.preventDefault(); setSent(true); } return (
Contact

Tell me about
your brand.

{sent ? (
Received

Thank you, {form.name || "friend"}.

Your note is on its way to {c.email}. I'll read it carefully and reply within a working day — usually sooner.

) : ( <>
04 · What do you need?
{kinds.map((k) => ( ))}
05 · Indicative budget
{budgets.map((b) => ( ))}