// Vegas Maternity — Sections 1 (Hero), 2 (Welcome), 3 (Gallery) // ---------- 1. HERO ---------- function VmHero() { return (
Las Vegas maternity photographer — luxury modern maternity portrait by J. Renée Studios
Las Vegas · Modern Maternity

Modern Maternity
Portraits.

Editorial maternity photography in the Las Vegas studio — for the woman, and for the people who define this chapter with her.

); } // ---------- 2. WELCOME ---------- function VmWelcome() { return (
Welcome

Las Vegas Modern Maternity Photographer.

Modern Maternity is luxury maternity photography in the Las Vegas studio — built around a single belief: that a woman in this chapter of her life deserves images she'll actually want to display, not tuck into a baby book.

I'm Jennifer — the photographer behind J. Renée Studios. For more than twenty years, I've been documenting women through the chapters that matter, and few chapters are more fleeting than this one.

Every Modern Maternity session is fully guided, fully styled, and built around her. Her partner is welcome. Her older children are welcome. The people who define this chapter with her are part of the portrait of who she is becoming.

This is editorial. This is intentional. This is the kind of session you'll look back on years from now and finally love an image of yourself.

); } // ---------- 3. GALLERY (sliding marquee) ---------- function VmGallery() { // Pulled from existing Vegas gallery library — swap files in /images to update. const images = [ { src: "/images/vm-gallery-01.jpg", alt: "Las Vegas modern maternity — black-and-white silhouette portrait of a pregnant woman draped in flowing fabric" }, { src: "/images/vm-gallery-02.jpg", alt: "Las Vegas modern maternity — striking black-and-white silhouette of a pregnant woman in profile" }, { src: "/images/vm-gallery-03.jpg", alt: "Las Vegas modern maternity — intimate black-and-white couples portrait, partner kissing the belly" }, { src: "/images/vm-gallery-04.jpg", alt: "Las Vegas modern maternity — editorial black-and-white couples portrait, partner's hands cradling the belly" }, { src: "/images/vm-gallery-05.jpg", alt: "Las Vegas modern maternity — black-and-white profile portrait in a fitted black turtleneck" }, { src: "/images/vm-gallery-06.jpg", alt: "Las Vegas modern maternity — joyful black-and-white portrait in a fitted dress and wide-brim hat" }, { src: "/images/vm-gallery-07.jpg", alt: "Las Vegas modern maternity — editorial silhouette seated on a studio cube" }, { src: "/images/vm-gallery-08.jpg", alt: "Las Vegas modern maternity — black-and-white family portrait, partner kissing the belly while toddler kisses mother" }, { src: "/images/vm-gallery-09.jpg", alt: "Las Vegas modern maternity — dramatic low-key black-and-white profile, single light revealing the silhouette" }, { src: "/images/vm-gallery-10.jpg", alt: "Las Vegas modern maternity — full-length portrait draped in flowing nude chiffon against a textured wall" }, { src: "/images/vm-gallery-11.jpg", alt: "Las Vegas modern maternity — black-and-white couples portrait, foreheads together with hands cradling the belly" }, { src: "/images/vm-gallery-12.jpg", alt: "Las Vegas modern maternity — intimate black-and-white couples portrait in studio" }, ]; return ( ); } Object.assign(window, { VmHero, VmWelcome, VmGallery });