// ICONIC Experience 40+ — Sections C: Heirloom Pieces, Founder, Who ICONIC Is For // ---------- 9. HEIRLOOM PIECES (placeholder lifestyle wall art) ---------- function IcHeirloom() { const tiles = [ { src: "/images/ic-heirloom-01.jpg?v=3", alt: "ICONIC Experience 40+ Las Vegas wall art — heirloom black-and-white portrait installed in a real home" }, { src: "/images/ic-heirloom-02.jpg", alt: "ICONIC Experience 40+ Las Vegas wall art — heirloom black-and-white portrait installed in a real home" }, { src: "/images/ic-heirloom-03.jpg?v=3", alt: "ICONIC Experience 40+ Las Vegas wall art — heirloom black-and-white portrait installed in a real home" }, ]; return (
Heirloom Pieces

Where these portraits actually live.

The most common assumption I hear: "I'll keep them in an album."

The most common thing I hear after the celebration: "I want this on my wall."

ICONIC portraits are not meant to live in a closet. They are meant to live where you live — above your bed, in your dressing room, somewhere you walk past every day and remember exactly who you were, in this chapter, right now.

These are not photographs you store. They are portraits you display.

{tiles.map((t, i) => (
{t.alt}{ const el = e.currentTarget; if (!el.dataset.retried) { el.dataset.retried = "1"; el.src = t.src + "?r=" + Date.now(); return; } el.style.display = "none"; el.parentElement.classList.add("ic-heirloom-fallback"); }} style={{ width: "100%", height: "100%", objectFit: "cover", display: "block" }} />
Heirloom · Lifestyle photography forthcoming
))}
); } // ---------- 10. THE FOUNDER ---------- function IcFounder() { return (
J. Renée Johnson — founder and photographer of the ICONIC Experience 40+{ e.currentTarget.style.display = "none"; e.currentTarget.parentElement.classList.add("ic-founder-fallback"); }} style={{ width: "100%", height: "100%", objectFit: "cover", objectPosition: "center 25%", display: "block", filter: "grayscale(100%)" }} />
J. Renée Johnson · founder portrait
The Founder

J. Renée Johnson.

ICONIC is founded, photographed, and led by J. Renée Johnson — luxury portrait photographer with over twenty years of experience and six consecutive years at $500,000+ in revenue.

Her studio, J. Renée Studios, operates with a 4.9-star rating across 90+ Las Vegas client reviews. ICONIC is her most ambitious project to date — and the work she says she has been building toward her entire career.

"I've watched too many women arrive at forty, fifty, sixty and finally put down the performance. They don't need to be flattered. They need to be seen. ICONIC is the room where that happens."
); } // ---------- 11. WHO ICONIC IS FOR ---------- function IcWho() { return (
The Women

Every woman over 40 is iconic.

Women 40 and over who are ready to stop waiting.

Not waiting to lose the weight. Not waiting for the right milestone. Not waiting until the kids are grown or the job settles or she "feels more confident."

Ready now — because the woman she is right now is the woman worth photographing.

You don't need to have founded a company.

You don't need to have survived a diagnosis.

You don't need a reason.

ICONIC is the room where the thirty women who are ready to step into it get seen this way.

); } Object.assign(window, { IcHeirloom, IcFounder, IcWho });