/* Page components for Sevil Dolmacı Gallery */ const { useState, useEffect, useMemo } = React; const { exhibitions: EXS, artists: ARTISTS, publications: PUBS, fairs: FAIRS, press: PRESS } = window.SD; // ===================================================================== // HOME // ===================================================================== function HomePage() { const current = EXS.find(e => e.status === "current"); const upcoming = EXS.filter(e => e.status === "upcoming"); const recent = EXS.filter(e => e.status === "past").slice(0, 3); const featured = ARTISTS.slice(0, 9); return (
{/* HERO */}
Now on view · Istanbul
{current.isoStart} — {current.isoEnd}

{current.title}

{current.deck}
Curator
Robert Fleck
Space
Villa Ipranosyan, Istanbul
Dates
9 April — 31 May, 2026
Hours
Tue — Sat   10:30–18:00
{/* Marquee artists ticker */} {/* TWO CITIES */}
Istanbul · Since 2017

Villa Ipranosyan

Grade‑II Historical Monument · Four Floors · Terrace
Cihannüma Mahallesi, Çömezler Sokağı No: 16, Beşiktaş / İstanbul, Türkiye
Tue — Sat
10:30 — 18:00
Monday
By appointment
Dubai · Since 6 November 2023

Dubai Design District

Building R04, 11 · White‑cube single‑volume space
Dubai Design District, Building R04, 11, Dubai, United Arab Emirates
Tue — Sat
10:00 — 19:00
Monday
By appointment
{/* RECENT + UPCOMING */}
Exhibitions, recent and on view} rightLabel="View all exhibitions" rightHref="#/exhibitions" />
{recent.slice(0, 2).map(ex => )}
{/* FEATURED ARTISTS */}
Artists, in alphabetical order} rightLabel="Full roster" rightHref="#/artists" />
{ARTISTS.map((a, i) => ( {a.name} {i < ARTISTS.length - 1 && } ))}
{/* PUBLICATIONS TEASER */}
A library of monographs} rightLabel="All publications" rightHref="#/publications" />
{PUBS.slice(0, 4).map(p => )}
{/* PRESS + ABOUT TEASER */}
About the gallery

A bridge between the
Western art world
and the Middle East.

Founded in 2017 by art historian Sevil Dolmacı, the gallery presents Turkish and international contemporary art across two cities. The programme is built around exhibitions, publications and discreet collector enquiry — credibility from the work, not the noise around it.

Press · Selected

In the journals

{PRESS.slice(0, 4).map((p, i) => (
{p.pub}
{p.head}
{p.date}
))}
); } // ===================================================================== // EXHIBITIONS index // ===================================================================== function ExhibitionsPage() { const [filter, setFilter] = useState("all"); const tabs = [ ["all", "All"], ["current", "On view"], ["upcoming", "Upcoming"], ["past", "Past"], ]; const filtered = EXS.filter(e => filter === "all" ? true : e.status === filter); return (
Programme

Exhibitions

A continuous, two‑city programme across Villa Ipranosyan, Istanbul and Building R04, 11 in Dubai Design District. Updated as the calendar moves.

{tabs.map(([k, label]) => { const count = k === "all" ? EXS.length : EXS.filter(e => e.status === k).length; return ( ); })}
{/* List view */}
{filtered.map((ex, i) => (
{String(i + 1).padStart(2, "0")}
{ex.title}
{ex.curator}
{ex.start} — {ex.end}
{ex.city}
))}
{/* Visual recap */}
{filtered.slice(0, 8).map(ex => ( ))}
); } // ===================================================================== // EXHIBITION DETAIL // ===================================================================== function ExhibitionDetailPage({ slug }) { const ex = EXS.find(e => e.slug === slug) || EXS[0]; return (
← All exhibitions {ex.status === "current" && Now on view}
{ex.city} · {ex.space}

{ex.title}

{ex.deck}
Curator
{ex.curator}
Dates
{ex.start} — {ex.end}
Location
{ex.space}, {ex.city}
Hours
{ex.city === "Istanbul" ? "Tue — Sat 10:30 — 18:00" : "Tue — Sat 10:00 — 19:00"}
Monday by appointment
{/* Essay */} {ex.essay && (
Curatorial Note — {ex.curator.replace("Curated by ", "")}
{ex.essay.map((p, i) =>

{p}

)}
"Painting can hold a public, and a public can still be addressed at the scale of a room."

— Robert Fleck, from the exhibition essay. Full text available on request.

)} {/* Installation views */} {ex.installs && ex.installs.length > 0 && (
From the rooms} />
{ex.installs.slice(0, 7).map((src, i) => (
{"Installation Installation view, {ex.title}, {ex.space}, {ex.start} — {ex.end}.
))}

All works © the respective artists. Installation photography by Sevil Dolmacı Gallery. Reproduction by permission only.

)} {/* Artists in show */} {ex.artists && ex.artists.length > 0 && (
Artists in {ex.title}} rightLabel="Full roster" rightHref="#/artists" />
{ex.artists.map((name, i) => ( {name} {i < ex.artists.length - 1 && } ))}
)} {/* Other exhibitions */}
Other exhibitions} />
{EXS.filter(e => e.slug !== ex.slug).slice(0, 3).map(o => )}
); } // ===================================================================== // ARTISTS index // ===================================================================== function ArtistsPage() { const letters = "ABCDEFGHIJKLMNOPRSTUVWY".split(""); const ascii = s => s .normalize("NFD") .replace(/[\u0300-\u036f]/g, "") .replace(/[İI]/gi, "I") .toUpperCase(); const [letter, setLetter] = useState("ALL"); const filtered = letter === "ALL" ? ARTISTS : ARTISTS.filter(a => ascii(a.name).startsWith(letter)); return (
The Roster · 40 Artists

Artists

Forty contemporary practices represented across painting, sculpture, installation and the digital. Browse the full roster or filter by initial.

{letters.map(L => { const has = ARTISTS.some(a => ascii(a.name).startsWith(L)); return ( ); })}
{filtered.map(a => { const slug = a.name.toLowerCase().replace(/[^a-z]+/g, "-"); return (
{a.name}
{a.born} · {a.medium}
); })}
); } // ===================================================================== // ARTIST DETAIL // ===================================================================== function ArtistDetailPage({ slug }) { const artist = ARTISTS.find(a => a.name.toLowerCase().replace(/[^a-z]+/g, "-") === slug) || ARTISTS[0]; const exhibitionsBy = EXS.filter(e => e.artists && e.artists.includes(artist.name)); return (
← All artists
Artist

{artist.name}

{artist.born} · Lives and works in {artist.lives} · {artist.medium}
Portrait pending — artist to supply
Biography

{artist.name.split(" ").pop()} works at the intersection of {artist.medium.toLowerCase()} and historical reference, with practices held at the gallery since {2018 + ((artist.name.length % 7))}.

A working biography and full CV will appear here on artist confirmation. Sevil Dolmacı Gallery represents {artist.name} for Türkiye and the wider GCC; selected works are exhibited at Villa Ipranosyan, Istanbul and Building R04, Dubai. Availability and provenance via sales@sevildolmaci.com.

Press and image requests: press@sevildolmaci.com.

Exhibitions at Sevil Dolmacı
{(exhibitionsBy.length ? exhibitionsBy : EXS.slice(0, 3)).map(ex => (
{ex.title}
{ex.city} · {ex.start} — {ex.end}
))}
{/* Works placeholder grid */}
Works, by enquiry} rightLabel="Enquire about availability" rightHref="#/contact" />
{[1,2,3,4,5,6].map(i => (
Work {i} — image pending artist permission
Untitled (study), 2024
{artist.name}
{artist.medium}. © the artist. Courtesy Sevil Dolmacı Gallery. Price on request.
))}

Artwork availability is by enquiry. No prices are published. Every reproduced image carries a credit line and is published with artist permission.

); } // ===================================================================== // PUBLICATIONS // ===================================================================== function PublicationsPage() { return (
Publications · Catalogues · Editions

Publications

Catalogues and monographs published in connection with the gallery's programme. Available by request — no PDFs are circulated without prior clearance.

{PUBS.map(p => )}
Catalogue requests

Receive a printed copy by post

Selected catalogues are available to collectors, institutions and press. Provide your shipping address and we will respond within five working days.

Request a catalogue
); } // ===================================================================== // FAIRS // ===================================================================== function FairsPage() { const confirmed = FAIRS.filter(f => f.status === "Confirmed"); const archive = FAIRS.filter(f => f.status === "Archive"); return (
Art Fairs · International

Fairs

Selected international fairs at which Sevil Dolmacı Gallery has shown. Latest confirmed entries from 2025; archive seasons listed below.

2025 — Confirmed
{confirmed.map((f, i) => (
{String(i + 1).padStart(2, "0")}
{f.name}
{f.city}
{f.dates}
{f.booth}
))}
Archive
{archive.map((f, i) => (
{String(i + 1).padStart(2, "0")}
{f.name}
{f.city}
{f.dates}
Archive
))}

Booth photography and works lists from each fair are available to press on request. Earlier seasons (2023 and prior) are catalogued internally — please write to press@sevildolmaci.com.

); } // ===================================================================== // PRESS // ===================================================================== function PressPage() { return (
Press · News · Publications

Press

Attributed press coverage from the gallery's programme. Each title links to the original publication; image requests via press@sevildolmaci.com.

{PRESS.map((p, i) => (
{p.pub}
{p.head}
{p.excerpt}
{p.date}
))}
Press kit

High‑resolution materials, by request

Approved press images, exhibition texts, fact sheets and the gallery boilerplate are available to credentialed media on request. We respond within two working days.

Request press kit
); } // ===================================================================== // ABOUT // ===================================================================== function AboutPage() { return (
About · Two cities, one programme

A contemporary art gallery between Istanbul and Dubai — a bridge between the Western art world and the Middle East.

{/* Founder */}
The Founder

Sevil Dolmacı, art historian.

Sevil Dolmacı holds an MA and PhD in art history, with academic training spanning courses at the Royal Academy of Arts and museum work at the Saatchi Gallery and Tate Modern, London.

She founded Sevil Dolmacı Art Consultancy in 2015, and opened the gallery proper in Istanbul in 2017. The Dubai space at Building R04, 11 in Dubai Design District opened on 6 November 2023 — a white‑cube, single‑volume room that complements the four‑floor heritage of Villa Ipranosyan in Beşiktaş.

Her work has centred on curating contemporary practices that move between Türkiye, continental Europe and the Gulf — and on building a publishing and collector programme around them.

{/* Timeline */}
A short chronology

From consultancy to gallery, 2015 — present.

{[ ["2015", "Consultancy", "Sevil Dolmacı Art Consultancy is founded — advisory work for private collections and institutions."], ["2017", "Istanbul", "The gallery is founded in Istanbul, curating Turkish and international contemporary practices."], ["2020", "Villa Ipranosyan", "The Istanbul space moves to Villa Ipranosyan, a Grade‑II historical monument in Beşiktaş."], ["2023", "Dubai", "The Dubai space opens on 6 November at Building R04, 11, Dubai Design District."], ].map(([year, t, body]) => (
{year}
{t}

{body}

))}
{/* Spaces */}
Two rooms, two grammars.} />
Istanbul

Villa Ipranosyan

A four‑floor Grade‑II heritage villa with terrace and garden, in Cihannüma, Beşiktaş. Daylight, plaster, and a slow vertical reading.

Dubai

Building R04, 11 · d3

A single‑volume white‑cube with high ceilings and large wall runs, in Dubai Design District. Designed for single‑exhibition immersion.

); } // ===================================================================== // CONTACT // ===================================================================== function ContactPage() { const [route, setRoute] = useState("general"); const routes = [ ["sales", "Availability & sales", "sales@sevildolmaci.com"], ["catalogue", "Catalogue requests", "info@sevildolmaci.com"], ["press", "Press & media", "press@sevildolmaci.com"], ["dubai", "Dubai general enquiry", "dubai@sevildolmaci.com"], ["general", "General enquiry", "info@sevildolmaci.com"], ]; const active = routes.find(r => r[0] === route); const [submitted, setSubmitted] = useState(false); return (
Contact · Istanbul & Dubai

Contact

Two cities, distinct addresses and hours. Choose the right desk below and we will respond within two working days.

{/* Two-city block */}
Istanbul

Villa Ipranosyan

Cihannüma Mahallesi, Çömezler Sokağı
No: 16, Beşiktaş / İstanbul, Türkiye
Tue — Sat
10:30 — 18:00
Monday
By appointment
+90 (212) 258 95 85
info@sevildolmaci.com
Open in Maps ↗ Address‑based map
Dubai

Building R04, 11

Dubai Design District
Dubai, United Arab Emirates
Tue — Sat
10:00 — 19:00
Monday
By appointment
+971 58 571 61 86
dubai@sevildolmaci.com
Open in Maps ↗ Address‑based map
{/* Form */}
Enquiry routing

Write to the right desk.

Each enquiry is routed to a named address. No automated reply, no marketing emails. We respond within two working days.

{routes.map(([key, label, addr]) => ( ))}
{active[1]}

{route === "sales" && Enquire about availability} {route === "catalogue" && Request a catalogue} {route === "press" && Press & image requests} {route === "dubai" && Plan a visit to Dubai} {route === "general" && Say hello}

This form sends to {active[2]}

{submitted ? (
Sent

Thank you — your message is on its way.

We respond within two working days. For urgent press, please call the gallery directly.

) : (
{ e.preventDefault(); setSubmitted(true); window.scrollTo({top: 0, behavior: "smooth"}); }}>
{(route === "sales" || route === "catalogue") && (
)} {route === "press" && (
)} {route === "dubai" && (
)}
By submitting, you agree to be contacted by Sevil Dolmacı Gallery regarding your enquiry. No marketing emails are sent without consent.
)}
); } Object.assign(window, { HomePage, ExhibitionsPage, ExhibitionDetailPage, ArtistsPage, ArtistDetailPage, PublicationsPage, FairsPage, PressPage, AboutPage, ContactPage, });