// Page components — Home, Exhibitions index/detail, Artists index/detail, // Viewing Rooms, Rekord, About, Visit. const { useState: useStateP, useEffect: useEffectP, useMemo: useMemoP } = React; const D = window.EFIE_DATA; // ---------------- HOME ---------------- function HomePage({ goTo, openEnquire }) { const current = D.EXHIBITIONS.find(e => e.slug === "in-abstracto-in-concreto"); const programme = [ D.EXHIBITIONS.find(e => e.slug === "in-abstracto-in-concreto"), D.EXHIBITIONS.find(e => e.slug === "campos-pons-venice-2026"), D.EXHIBITIONS.find(e => e.slug === "this-bloom-i-borrow"), D.EXHIBITIONS.find(e => e.slug === "shape-of-things-to-come") ]; const featured = [ D.ARTISTS_REPRESENTED[0], D.ARTISTS_REPRESENTED[3], D.ARTISTS_REPRESENTED[2], D.ARTISTS_REPRESENTED[5] ]; return (
{/* HERO */}
Now showing · Dubai {current.start} — {current.end}

In Abstracto,
In Concreto

On Memory and Presence — a group exhibition in four chambers.

Curated by Brice Arsène Yonkeu and held across the ground floor of Warehouse 61, the exhibition assembles four practices that hold abstraction and the concrete in tension — Luke Agada, Tunji Adeniyi-Jones, Ludovic Nkoth and Naïla Opiangah.

Install view — In Abstracto, In Concreto
Install view, In Abstracto, In Concreto
Photography · Efie Gallery
credit pending
{/* PROGRAMME STRIP */}
{programme.map((p, i) => p && (
goTo({ page: "exhibition", slug: p.slug })}> {String(i+1).padStart(2,"0")} {p.title}{p.subtitle ? · {p.subtitle} : null} {p.status} {p.start} — {p.end}
))}
{/* FEATURED ARTISTS */}
Represented

Eight artists working between the continent and its diaspora.

goTo({ page: "artists" })} className="link mono" href="#">View the full roster →
{featured.map((a, i) => (
goTo({ page: "artist", slug: a.slug })}>
{a.name}
{a.name}
{String(i+1).padStart(2,"0")} / 08
{a.born} · {a.lead}
))}
{/* MISSION */}
Mission

“Efie” means home in Twi. We champion modern and contemporary African and diasporic artists — and the conversations between them — from a two-storey gallery on Alserkal Avenue.

Valentina, Kwame & Kobi Mintah · Founders
{/* REKORD TEASER */}
Rekord Gallery listening room
A cultural extension

Rekord Gallery — listening, film, community.

Beneath the gallery, reached by a trap door, sits a hi-fi listening room anchored by a founders' collection of more than 2,000 vinyl and shellac records dating to the 1940s. Open programming runs across music, film and conversation.

{/* NEWSLETTER */}
Stay close

The Efie newsletter — exhibitions, viewing rooms, and the residency.

e.preventDefault()}>

By subscribing you consent to receive emails from Efie Gallery. Unsubscribe at any time.

); } // ---------------- EXHIBITIONS INDEX ---------------- function ExhibitionsPage({ goTo }) { const [tab, setTab] = useStateP("current"); const rows = D.EXHIBITIONS.filter(e => e.status === tab); const counts = { current: D.EXHIBITIONS.filter(e => e.status === "current").length, upcoming: D.EXHIBITIONS.filter(e => e.status === "upcoming").length, past: D.EXHIBITIONS.filter(e => e.status === "past").length }; return (
Programme

Exhibitions

A continually updated programme of solo and group exhibitions at Warehouse 61, and the gallery's presentations in international art fairs and biennials.

{D.EXHIBITIONS.length} entries · 2025 — 2026
{[["current","Current"],["upcoming","Upcoming"],["past","Past"]].map(([k, label]) => ( ))}
{rows.length === 0 && (

No exhibitions in this tab. See current programming.

)} {rows.map((ex) => (
goTo({ page: "exhibition", slug: ex.slug })}>
{ex.title}
{ex.status}

{ex.title}

{ex.subtitle &&

{ex.subtitle}

}
Dates
{ex.start} — {ex.end}
Location
{ex.location}
Artists
{ex.artists.join(", ")}
{ex.curator &&
Curator
{ex.curator}
}
))}
); } // ---------------- EXHIBITION DETAIL ---------------- function ExhibitionDetailPage({ slug, goTo, openEnquire }) { const ex = D.EXHIBITIONS.find(e => e.slug === slug) || D.EXHIBITIONS[0]; return (
{ex.status} {ex.start} — {ex.end} {ex.location}

{ex.title}

{ex.subtitle &&

{ex.subtitle}

}
{ex.title}
Hero image · {ex.title} credit pending

Artists

    {ex.artists.map(a =>
  • {a}
  • )}

{ex.curator ? "Curator" : "Programme"}

{ex.curator || "Efie Gallery"}

Dates

{ex.start} — {ex.end}

{ex.essay.length > 0 && (
Curatorial Text
{ex.essay.map((para, i) =>

{para}

)}
)} {ex.works.length > 0 && (
Selected works

Available works from the exhibition.

{ex.works.length} works · POA
{ex.works.map((src, i) => (
{`Work
Untitled work, {i + 1}
Artist tbd · year · medium · [credit pending]
))}
)} {ex.install.length > 0 && (
Install views

Inside the chambers.

{ex.install.length} views
{ex.install.slice(0, 5).map((src, i) => (
{`Install
))}
)}

Considering a work from {ex.title}?

Pricing is on enquiry only. A member of the team will respond with the credit line, availability and price discreetly. We are also pleased to arrange a private view by appointment.

); } // ---------------- ARTISTS INDEX ---------------- function ArtistsPage({ goTo }) { return (
Roster

Artists

The artists Efie Gallery represents — and a separate list of those the gallery has exhibited. Represented and exhibited are kept distinct.

{D.ARTISTS_REPRESENTED.length} represented · {D.ARTISTS_EXHIBITED.length} exhibited
Represented

The current roster.

A — Z · 2026
{D.ARTISTS_REPRESENTED.map((a) => (
goTo({ page: "artist", slug: a.slug })}>
{a.name}

{a.name}

{a.born} · {a.lives}
))}
Also exhibited

Artists, curators and collaborators whose work has appeared in Efie Gallery programming. This list is kept distinct from the represented roster.

); } // ---------------- ARTIST DETAIL ---------------- function ArtistDetailPage({ slug, goTo, openEnquire }) { const a = D.ARTISTS_REPRESENTED.find(x => x.slug === slug) || D.ARTISTS_REPRESENTED[0]; const works = ["media/photo-04.webp","media/artwork-konate-teal.webp","media/artwork-blue-grid.webp","media/artwork-owusu-coins.webp","media/graphic-01.webp","media/photo-07.webp"]; return (
{a.name}
{a.born} · {a.lives}

{a.name}

Across three decades of practice, {a.name.split(" ")[0]} has developed a body of work that — to use the brief's language — sits between the continent and its diaspora. The full bio, CV and exhibition history are maintained as long-form on this dossier; the gallery is pleased to share confidential availability lists on request.

{a.lead} Represented since 2022 CV on request
Selected works

From the studio.

{works.length} works · POA
{works.map((src, i) => (
Untitled, {2020 + i}
{a.lead} · medium tbd · [credit pending]
))}
Selected exhibitions
    {[ ["2026", "Group · In Abstracto, In Concreto · Efie Gallery"], ["2026", "Art Dubai 2026 · Special Edition"], ["2025", "Solo presentation · Warehouse 61"], ["2024", "Biennial inclusion · International"], ["2023", "Group · A Continent in Motion"] ].map(([y, t], i) => (
  • {y} {t}
  • ))}
); } // ---------------- VIEWING ROOMS ---------------- function ViewingRoomsPage({ goTo, openEnquire }) { return (
Private

Viewing Rooms

Online viewing rooms and by-appointment private views in the gallery's collector room at Warehouse 61. Access is granted on request.

{D.VIEWING_ROOMS.map(v => (
openEnquire({ kind: "viewing-room", title: v.title, image: v.lead, label: "Viewing room access", meta: v.dates })}>
{v.title}

{v.title}

{v.works} works · {v.dates} · POA

{v.note}

Request access →
))}

How a viewing room works.

    {[ ["Request", "Submit a brief request describing your interest. We respond discreetly within two working days."], ["Access", "On approval, you receive a private link to the works, credit lines and price on enquiry."], ["Private view", "An optional in-gallery private view at Warehouse 61, by appointment, with the gallery team."], ["Acquisition", "All transactions handled directly by the gallery. No third-party platform."] ].map(([label, body], i) => (
  1. {String(i+1).padStart(2,"0")} {label} {body}
  2. ))}
); } // ---------------- REKORD ---------------- function RekordPage({ goTo }) { return (
A cultural extension

Rekord Gallery

A hi-fi listening room reached by a trap door beneath the gallery, anchored by a founders' collection of more than 2,000 vinyl and shellac records dating to the 1940s. Programming runs across music, film, and conversation — a place where the gallery's mission of home extends beyond the white cube.

2,000+
Vinyl & shellac records · founders' collection
1940
Earliest record in collection
1,500ft²
Ground-floor gallery above
Listening room
Speaker and records
Cassette detail
Screening night
Vinyl listening
Programme

What's on at Rekord.

Open · by appointment
  • Thu 12 Jun
    Highlife → Afrobeats — A Listening Hour
    A guided session through a corner of the founders' collection.
    Reserve →
  • Sat 21 Jun
    Film Night · Touki Bouki
    Djibril Diop Mambéty's 1973 film, screened on 16mm.
    Reserve →
  • Wed 9 Jul
    In Conversation · The Mintah family on Efie
    The founders on the meaning of home and ten years of collecting.
    Reserve →
  • Fri 25 Jul
    Shellac Hours · 1940s Selections
    A late-evening listening session through the oldest records in the room.
    Reserve →

Listen, screen, gather. Below the gallery.

Rekord is open by appointment during exhibitions and on event nights. Bring a friend, bring a record, or sit alone for an hour.

Request the next session
); } // ---------------- ABOUT ---------------- function AboutPage() { return (
About Efie Gallery

A two-storey home for African contemporary art, on Alserkal Avenue.

Founded in 2021 by the Ghanaian Mintah family and named after the Twi word for home, Efie Gallery champions modern and contemporary African and diasporic artists from a 4,400 sq ft flagship at Warehouse 61.

The Mintah family in the gallery
Founders · photo credit pending
The founders

The Mintah family.

Valentina Mintah and her sons Kwame and Kobi opened Efie Gallery's first space in Al Quoz in March 2022 and relocated to Warehouse 61 on Alserkal Avenue in April 2025. The family had been collecting modern and contemporary African art for many years before opening to the public.

Kwame and Kobi Mintah were named in The Apollo 40 — the magazine's annual list — in the 2026 business category.

Warehouse 61 exterior
Warehouse 61 · Alserkal Avenue
The space

Warehouse 61, designed with Suhaira Yousif.

The Alserkal flagship is a two-storey, approximately 410-square-metre (4,400 sq ft) venue, designed in collaboration with Dubai architect Suhaira Yousif. The ground-floor gallery offers around 1,500 sq ft of column-free hanging with roughly 30-foot ceilings — built for large-scale works.

Beneath the gallery sits Rekord Gallery — a hi-fi listening room reached by a trap door, anchored by the founders' record collection.

2021
Founded by the Mintah family
4,400
Sq ft across two storeys, Warehouse 61
8
Artists represented · 2026
2,000+
Records in Rekord, founders' collection
Selected press

In print and online.

2025 — 2026
{D.PRESS.map((p, i) => ( e.preventDefault()}> {p.outlet} {p.title} {p.date} → ))}
); } // ---------------- VISIT ---------------- function VisitPage({ openEnquire }) { return (
Visit

Warehouse 61, Alserkal Avenue.

Open Monday to Saturday, eleven to seven. Sunday by appointment. Entry is free.

Address
Warehouse 61, Alserkal Avenue 17th St, Al Quoz Industrial Area 1, Dubai, UAE
Hours
Mon — Sat, 11:00 — 19:00 Sunday, by appointment
Email
info@efiegallery.com
Phone
+971 (0)4 252 4182
Getting here
Taxi, ride-share, or private car Limited street parking on 17th Street · 8-min walk from Noor Bank Metro (Red Line)
Accessibility
Step-free ground floor Accessible WC · Rekord Gallery requires stair access; please get in touch in advance
{/* Schematic map placeholder — address-string embed in production */} {/* Street grid */} {Array.from({length: 10}).map((_, i) => ( ))} {Array.from({length: 8}).map((_, i) => ( ))} {/* "17th St" labeled road */} 17 ST · ALSERKAL AVE {/* Alserkal Avenue block */} {/* Warehouse 61 block — accent */} W. 61 {/* Metro */} METRO
Warehouse 61
); } Object.assign(window, { HomePage, ExhibitionsPage, ExhibitionDetailPage, ArtistsPage, ArtistDetailPage, ViewingRoomsPage, RekordPage, AboutPage, VisitPage });